Is this possible? I read some notes about this on a few boards on the web, but i haven't seen sample code to pull this off yet...I just thought I would ask you...
No you do not need it as a function because then you would have to call the function and not just include it in the body of the html. But the problem is the _...
could some1 explain to me a bit in-depth about cookies? i'm not completely sure how to write them, but i know what they do. all the cookies i've ever put on my...
Okay, does anyone know the code, or where I could find the code, that finds whther or not a user has MSIE or NN? I have to use it inside a function, but I...
With this script you can take the name of the browser that your user is accessing the site with. <script type="text/javascript"> document.write("You are...
Hi It seems to me that sometimes when I use the document.write method it only add another statement to the existing document and in other occasions it rewrites...
S Shulman
smshulman@...
May 6, 2003 1:19 pm
844
... ============================================== Hi, there's the URL to three good articles that should tell you everything you need to know about cookies....
I have my code working to have a new window open with information, however, I have to position it on the right side of the screen. The only problem is that I...
Arguments are what are being passed... example... window.open(argument1,argument2,argument3) Hope this code helps you out... function ShowBusiness(varPage) { ...
Hi Is it possible to to create a window (or a frame) that will have no scroll bars even if entire page can't be seen. I need that for a unique page and I can't...
S Shulman
smshulman@...
May 7, 2003 5:11 pm
849
One quick way to do it is with Frames. You just set one frame to 100% like this... <html> <frameset "100,0"> <frame src="mainpage.html" name="main"> <frame...
Thank you ... From: Atkinson, Robert To: '1stJavaScript@yahoogroups.com' Sent: Thursday, May 08, 2003 8:59 AM Subject: RE: [1stJavaScript] Scroll ...
S Shulman
smshulman@...
May 8, 2003 8:21 am
852
Hi I just joined yuor group and I would like like some tips for my website I'm building, because I want it to look cool so people would want to come to my site...
Enter your vote today! A new poll has been created for the 1stJavaScript group: Is this site cool or what? o this is so cool o very nice o It's O.K. o I am...
1stJavaScript@yahoogr...
May 8, 2003 4:10 pm
854
I had the code: select onChange="CheckRegion(region,this.options[selectedIndex].value);" for when someone selects the state from the dropdown menu, it shows...
hi i wann a help in java script to convert a date from mm-dd-yy to dd-mm-yy .My backend tool is Sql Server(MSSQL) which is showing date in mm-dd-yy that too in...
hi i want to validate a drop-down menu like if a particular state is selected then corresponding districts should be displayed can anyone help using...
i hope the following help you: if you are working with asp yoo can do tha as follow: you have the date in this format mm-dd-yy if you want to convert it to ...
... dd-mm-yy .My backend tool is Sql Server(MSSQL) which is showing date in mm-dd-yy that too in String format like May 7 2003can any one help me out anushree ...
Hello, I have designed a page using frontpage 2000 and publisher 2000.And,when viewed under internet explorer, it looks fine.But it appears different under...
Hello, Unfortunately, IE and netscape do not support all web pages the same. I found this to be true, also. There is not an easy fix and, despite your best...
This is my last question, I swear, haha. I'm pulling numbers from my Totals column for a subtotal column, and I'm using this code to try to calculate the ...
Greetings, I have the need to take the two word value of a form field and be able to onClick (img tag name="switch" is fine) rearrange the order. Example: ...