I don't think you can make frames visible or invisible. Use divs as the others have mentioned. vince ... From: Steffan A. Cline [mailto:steffan@...] ...
... Does that happen when you reload all frames, and not if you reload only the frame with the script? If so, the problem is that the frame "content" isn't yet...
Hi, I need some javascript that will choose a number between 1 and 6 randomly... cheers Best Regards, Robert Sindall Sardius Limited http://www.Sardius.com/ ...
"4.22 How do I generate a random integer in [1..N]? " http://jibbering.com/faq/#FAQ4_22 Regards Thor Larholm Jubii A/S - Internet Programmer ... From: Robert...
Thor Larholm
thor@...
Jan 2, 2002 3:30 pm
11392
Use Math.random() Multiply by the range you want, e.g 6 and then round it down or whatever. Var a = Math.round(Math.random()*6); ... http://www.Sardius.com/ ...
Russ Michaels
snake@...
Jan 2, 2002 3:35 pm
11393
Happy New Year everyone. I have a tiny problem. I've got a 2 frame frameset ( sub1 and sub2), nested in another frame of a frameset. ... there.....( I hope it...
sorry, what I meant was there an easier way other than taking screen.availheight and subtracting the other frames height? Thanks Geoff ... From: Geoff Ellis...
OK, I've worked out the top position, by subtracting the other frame sizes and it works ok. It's now thrown up another problem. in sub1 frame, there is a drop...
actually, there is more then on on this yahoo server.. look for PBML, its a great list with alot of members.. activestate is more for perl on win32 only, PBML...
Franki
frankieh@...
Jan 2, 2002 6:24 pm
11399
You can find a large collection of perl mailing lists at <http://lists.perl.org/>....
Cary Gordon
listuser@...
Jan 2, 2002 6:25 pm
11400
thank you ... From: Cary Gordon [mailto:listuser@...] Sent: Wednesday, January 02, 2002 1:25 PM To: JS-Jive@yahoogroups.com Cc: CF-LINUX Subject: Re:...
Steven Dworman
dwormans@...
Jan 2, 2002 6:29 pm
11401
Try in the onClick event: window.location.href = 'http://127.0.0.1/mcs/mcspageview.cfm' or if you'd like to open it in a new window... ref =...
Hays, Duncan
DHays@...
Jan 2, 2002 6:56 pm
11402
The onClick value is not valid. Change it to: onclick="location.href='http://.....'" To make the button look different, you have to use an image rather than...
i'm trying to find an efficient way to store/edit/access rental status information (dates rented/dates available) for some cottages. the extremely inefficient...
Hi all can i use javascript to detect if a computer has a soundcard and microphone installed ? TIA Nitish [Non-text portions of this message have been removed]...
This info should be in one database and, to keep it simple, in one table. More info is needed to really design the table, but using the fields that you...
Detecting an enabled soundcard: <URL: http://www.faqts.com/knowledge_base/view.phtml/aid/11035/fid/125 > Detecting an installed microphone ? I'd look into...
Thor Larholm
thor@...
Jan 3, 2002 10:28 am
11407
People, I read on MSDN that the height property of an iFrame is read/write. I'm trying to get that measurement. here's what I've tried... bearing in mind the...
You don't Regards Thor Larholm Jubii A/S - Internet Programmer ... From: kwokloonliu [mailto:kwokloonliu@...] Sent: 3. januar 2002 16:22 To:...
Thor Larholm
thor@...
Jan 3, 2002 3:22 pm
11410
I don't think you can do this. It only works when opening a new window (If anyone wants to correct me, then I'll gladly appreciate it) ... From: kwokloonliu...
Thanks for the prompt response. So how would you implement a script that would not allow the user to copy the text in the browser? Is there no alternative...
<SNIP>So how would you implement a script that would not allow the user to copy the text in the browser?</SNIP> Well the toolbar is only one of many ways to do...
You could make it a ball ache for them by doing some of the following. 1. Expire the page... so it's not cached, that way they could not look at the source off...