888 Posted Topics

Member Avatar for Dave Sinkula

BBCODES don't seem to be rendering. Rather, not all of them are rending, in particular I notice the HTML, COLOR, and URL tags don't seem to be working.

Member Avatar for happygeek
0
388
Member Avatar for uxohus2b

You can use [INLINECODE]window.open()[/INLINECODE]. I suggest using a DIV, instead. For an example, look at any of [URL="http://www.tgreer.com/resources.html"]my technical articles[/URL]. Click the header, and a popup regarding the logo appears. All the CSS and scripts can be found by viewing the source on an article page.

Member Avatar for uxohus2b
0
307
Member Avatar for Brinnie

Brinnie with an "I", I don't understand the question. There is a site which takes text files, and you want to force-feed it HTML instead?

Member Avatar for dhundee
0
106
Member Avatar for chaosdirector

We're all happy to help. Please ask specific questions, and refrain from formatting your messages unless you're posting code. Welcome to Daniweb!

Member Avatar for tgreer
0
53
Member Avatar for j4mes_bond25

Place them in a div. Position the div. Use CSS for the images to make sure the padding, margin, and borders are set properly and uniformly.

Member Avatar for FC Jamison
0
138
Member Avatar for lavin

Please reserve formatting for code samples. Please use English, not 1337-sp33k. I recommend simply learning XHTML and using a good text editor. I use TextPad.

Member Avatar for tgreer
0
148
Member Avatar for nando2006
Member Avatar for michael123

While there are a number of ways to generate PDFs server-side in response to a web form, you cannot force PDF creation client-side. That would be going against the very nature of the web model.

Member Avatar for FC Jamison
0
124
Member Avatar for shantuli

You must be joking! Please narrow your post down to 1) a specific question and 2) only that code which you suspect is the problem!

Member Avatar for Pymes
0
390
Member Avatar for Mushy-pea

That isn't "null", it's a hyperlink to an anchor. In the abscene of any specific anchor, it will refer to the top of the document. Please post your code within either the HTML,CODE or INLINECODE forum tags.

Member Avatar for FC Jamison
0
109
Member Avatar for Mushy-pea

There is also the [INLINECODE]window.replace()[/INLINECODE] method, which takes a string inside the parantheses. The difference between the [INLINECODE].replace() [/INLINECODE]method and the [INLINECODE].location[/INLINECODE] property, is that [INLINECODE].replace()[/INLINECODE] doesn't store the new page in the browser history.

Member Avatar for Mushy-pea
0
136
Member Avatar for ashneet

That's what CSS is for: positioning, sizing, and styling HTML elements. It sounds like you're either not sizing your table elements, or if you are, you're using percentages. Instead, you should provide CSS rules for the table, tr, and td elements, using absolute pixel measurements. For example: [code]<style type="text/css"> table …

Member Avatar for tgreer
0
107
Member Avatar for Mighty_Squid

You cannot force a page to be a certain size. The only way to resize a page is to control the window in which it appears, which you already know how to do "when a user pushed a button", meaning, using the window.open() method, I presume. When you redirect, you …

Member Avatar for Mighty_Squid
0
217
Member Avatar for tefflox

There isn't a "solution", per se. The structure you're trying to create isn't a valid structure, for several reasons. Your H3 tags aren't closed. Your paragraph tags aren't closed. You cannot place block-level elements, such as paragraphs, within inline elements, such as anchors. You also can't wrap multiple elements inside …

Member Avatar for tefflox
0
69
Member Avatar for hbmarar

There are no "scrollbar" objects in the standard web DOM for HTML, XHTML, etc. Internet Explorer has implemented some non-standard objects. In other words, you're writing "broken code", which IE will understand, but which any browser that adheres to standards will not.

Member Avatar for hbmarar
0
98
Member Avatar for sujagr8

The same way you include scripts in any other page. The window.open() method requires a URL as an argument. That URL will, of course, reference a page. That page will have whatever content the page author places in it, including scripts. If you are asking about techniques for accessing parent-child …

Member Avatar for sujagr8
0
107
Member Avatar for yussibaer

The "position" CSS declaration is meaningless without setting the "top" and "left" style attributes of all relevant elements in the box model. It isn't clear what behavior you're expecting by both nesting and floating the divs... I have a hard time visualizing how this layout would appear, which is usually …

Member Avatar for tgreer
0
67
Member Avatar for ithinkican

You want "codes for a box that will disable the script"? I'm sorry, I cannot comprehend that statement at all. If you want to display HTML code segments on your page, then you need to learn about "HTML entities". To display an open angle bracket, for example, you'd add [INLINECODE]&lt;[/INLINECODE] …

Member Avatar for tgreer
0
49
Member Avatar for AMANDAInJS
Member Avatar for bagi

I'm sure we'd all like to help, but you have to ask a question. What is your specific question? Please use code tags in your postings. When ending a sentence, one period or one question mark will suffice. Thanks.

Member Avatar for brassinserts
0
150
Member Avatar for tefflox

I don't see a question here, either. Are you asking how to create a hyperlink? Display an image? Specify a background color? I keep looking at the code you posted expecting to see something mysterious...

Member Avatar for tgreer
0
217
Member Avatar for 'Stein

There is no way to secure a page using JavaScript, HTML, or CSS, the topics of this forum. You either have to do this at the server or data layers of your application (or both).

Member Avatar for Comatose
0
466
Member Avatar for sweety_julie

Sure you can. Wrap any image you like with the standard hyperlink tags, and you're set. It work just like text does, simply replace the text with an image.

Member Avatar for tgreer
0
96
Member Avatar for cronos
Member Avatar for ftwebgs

Well, if you're submitting the page, you're submitting it to a server-side process, which in turn has to generate a response. You can generate any response you like... I don't quite understand the problem. Are you by chance using ASP.NET with "Smart Navigation" turned on? If so, turn it off.

Member Avatar for tgreer
0
76
Member Avatar for yaaraer

I always wonder what sort of responses the posters of such questions are expecting to see. PayPal is a very elaborate set of services, developed by a team of extremely experienced developers over several years. It takes a massive amount of in-depth knowledge about the credit system, the banking system, …

Member Avatar for tgreer
0
113
Member Avatar for ChimpusDupus

You need to put [INLINECODE][Serializable][/INLINECODE] above the procedure signature. Why? Depends on what you're writing and how/why.

Member Avatar for tgreer
0
109
Member Avatar for jsonwang

If you are affilated with that site, you should note that we don't allow advertising here. If this is code you wrote, you're invited to post it as a Code Snippet. Since the page doesn't itself contain in advertising, I'll give you the benefit of a doubt and leave this …

Member Avatar for tgreer
0
100
Member Avatar for skter4938

Try asking at [URL="http://www.vbhackers.com"]www.vbhackers.com[/URL] or [URL="http://www.vbulletin-faq.com"]www.vbulletin-faq.com[/URL]. They are not affiliated with Jelsoft, but the sites are well run. The "official" site for vbulletin customization is [URL="http://www.vbulletin.org"]www.vbulletin.org[/URL], but I don't recommend it - the signal-to-noise ratio is awful, and the site is managed in a highly unprofessional manner.

Member Avatar for tgreer
0
105
Member Avatar for raywood5

Simply add the href (anchor) tags around your image source. You can change the href property programatically, just as you are doing with the src property of the images.

Member Avatar for tgreer
0
153
Member Avatar for Puckdropper

Puck - it's all in your mindset. When you realize that CSS was invented to FIX issues with HTML, or to SIMPLIFY/STANDARDIZE HTML (so that we didn't have a lot of custom-to-the-browser tags like "layer") - then perhaps learning CSS won't be such a hurdle for you.

Member Avatar for Puckdropper
0
249
Member Avatar for Silentiopk4

This isn't strictly an HTML/CSS/JavaScript question: you're posting in the wrong forum. I'll answer the parts I can: the HTML form submits the contents of the form to whatever page is specified in the "action" property of the "form" tag. Your Perl script is supposed to then run, outputting a …

Member Avatar for Silentiopk4
0
210
Member Avatar for stevenpowen

That's a complex script... your best bet for support for pre-made scripts is to contact the script author. While I will not discourage anyone who wants a challenge to jump in help you out, I have to say it would be quite a commitment to ask.

Member Avatar for stevenpowen
0
113
Member Avatar for Ries
Member Avatar for tgreer
0
122
Member Avatar for j4mes_bond25

Sorry, but I've read this a couple of times and don't see a question. Could you distill all of the above into a single, succint, specific question?

Member Avatar for Lafinboy
0
100
Member Avatar for tsmartin

I've moved this post, as Dreamweaver, Flash, Quicktime and the rest aren't HTML, CSS or JavaScript.

Member Avatar for tgreer
0
82
Member Avatar for j4mes_bond25

Who says you can't validate? Just copy and paste the URL into the appropriate spot on the validator page.

Member Avatar for j4mes_bond25
0
176
Member Avatar for j4mes_bond25

A quick perusal through your CSS didn't show that you were defining any absolute point sizes. Relative terms like "medium" will be displayed... in relative terms. :) In the future, could you please just post scaled down versions, only those portions directly related to your question? Thanks.

Member Avatar for j4mes_bond25
0
114
Member Avatar for j4mes_bond25

Rather that starting a new thread for each question, could you keep all related posts within the same thread? Many CSS elements, such as z-index, and floats, take on their "rendered meaning" based on associated (in terms of the document hierarchy) elements. In other words, if you're going to z-index …

Member Avatar for tgreer
0
119
Member Avatar for j4mes_bond25

Those effects are done with images. There is no "shadow" property with CSS. [URL="http://www.alistapart.com/articles/cssdropshadows/"]This article on A List Apart [/URL]nicely describes the technique.

Member Avatar for tgreer
0
112
Member Avatar for j4mes_bond25

It's about the image... his image has a gradient from the top to the bottom, so repeating it horizontally doesn't introduce any borders. Your image's gradient runs horizontally, from left to right. Repeating that image horizontally creates a border between the light and dark edges.

Member Avatar for tgreer
0
87
Member Avatar for troupm

This is called "sudoku", and is already a popular form of puzzle.

Member Avatar for Scottg1989
0
384
Member Avatar for gendv

Have an "onload" function. The script would look at the document's referrer. If the documents are named in a logical way, for example "page1", "page2", then you can do a substr on the name, get the number, and tell which direction you came from. If you're running fullscreen, then what …

Member Avatar for gendv
0
147
Member Avatar for Munoz

What I like to do: 1. Perform the query 2. Use a SqlDataReader for a forward-only journey through the results 3. Simply assign the values from the Reader to the appropriate controls: [INLINECODE] myTextBox.Text = myDataReader["fieldName"].ToString();[/INLINECODE] There are other ways, involving DataBinding some ADO.NET stuff to your controls - I've …

Member Avatar for tgreer
0
106
Member Avatar for martinkorner

Of course. Set the onclick attribute of these links to run a script. That script can increment a counter, alter the text within a control, open windows, etc.

Member Avatar for martinkorner
0
334
Member Avatar for web developer

Remember the web is client-server, and ASP.NET doesn't change that. File uploads are done via the [INLINECODE]<input type="file" />[/INLINECODE] HTML element. That takes a file, plain and simple. So if the user wants to upload an entire folder, they'll need to zip it up into a single zip file, and …

Member Avatar for tgreer
0
84
Member Avatar for gendv

Any window you open, with script, you can close, with script. The typical approach is to add a button with [INLINECODE]onclick="self.close();"[/INLINECODE]. If you're asking how a user would close a fullscreen window... toggle out of FullScreen mode (F11 on Windows platform), and close it normally.

Member Avatar for gendv
0
245
Member Avatar for bodikon

I don't see that any of your variables are typed. Is this VB.NET? Is it loosely typed?

Member Avatar for campkev
0
136
Member Avatar for bodikon

Since this is a Kiosk, and you're therefore not concerned with cross-browser issues, do a web search on "execWB" for your printing issue.

Member Avatar for tgreer
0
81
Member Avatar for adnan1888

A web browser, regardless of which, can only communicate to a web server via an HTTP REQUEST, which come in two flavors: POST, and GET. POST = A form. GET = A querystring. That's all. A server-side language, such as ASP.NET or any other, can only generate a RESPONSE. That …

Member Avatar for tgreer
0
230

The End.