Hi Banwari Bhai, I removed the out1.close() and now its working. Its really strange why it didnt work with out1.close(); It was simply showing "error on page"...
Hi Kishore, As I told u in my previous mail, until u state the problem very clearly its very hard to trace that. See all ur previous mails, there is no...
Hello all I'm gonna straight to my question. Can we change background image ( not image but background image ) using javascript? Thanks and Regards Erwin...
Hi, I am seeking the code that can develop a drop down menu that allows me to create the same background color and font, and when you use your mouseover it...
here's the code: window.open("index.htm", "Simply", "toolbars=no, menubar=no, scrollbar=no, fullscreen"); i tried it in IE and it worked fine, the screen...
netscape and firefox don't support fullscreen. instead use fullWindow in the parameters. It will work regards -- Banwari Lal Sharma, Software Developer, ...
Hi Banwari, One more question. I am able to pass the information to the pop-up window from the main window. Theres a selection box in the pop-up window which...
Hi Banwari Bhai, Please disregard my email. What happened was -- the values were not posted if i said -- <form name="databaseform" action="databaseupdate.jsp"...
Dear Kishore, No, You just can't. This is not the way of passing / receiving form values. In your scenario we have two ways to do that: 1. Do all the database...
hello okay straight to question. Can we take innerHTML using javascript example <div id="abc">hello<div> i want to take the innerHtml which is 'hello' for the...
Erwin, is this what you're after? <div id="abc">This is some text</div> <script>alert("contents = " + abc.innerHTML);</script> ... From: Erwin Purnomo...
Hi guys, Straight to the question. I've two problems. 1. Have you ever worked for e-mail subscription as we guys have registered ourselves for this forum? As...
Rupesh. You can't set up a registration service just with JavaScript, as you need a database running on a server. The following code will show you how to check...
hi Kishore, This is strange to me too :) I even can't think this thing. What I am understanding is, u might be making some other mistake. As what u wrote is...
Hi Banwari Bhai, I included -- <head> <script language="JavaScript"> function refreshParent() { window.opener.parent.location.reload(); window.close(); }...
ALSO NOTE! innerHTML is NOT VALID, INVENTED BY MICROSOFT (I.E.) AND WILL NOT BE SUPPORTED BY OTHER BROWSERS! don't use it. On Thu, 3 Feb 2005 09:57:10 -0000,...
Hello, Good to get the feedback and the opportunity to correct a widespread misunderstanding. Whilst innerHTML isn't standard DOM, and was invented by ...
I want to make my homepage look good on www.myspace.combut dont realy knw html n stuff so i dont knw how to do back gorunds n stuff ive tried a few thignsbut...
Matt, I would start by running a few tutorials. Ken's stuff at http://www.trans4mind.com/personal_development/Contents.htm is a good place to start, but there...
For anyone interested, there are a couple of online courses starting in the next few days over at CNet (http://courses.help.com/). One is on Programming...
Hi, Can anyone please help me in calling a javascript function when the F5 key is pressed? I cannot figure out what is wrong with my code. My research tells me...
J I Tuplano, Jr. II
tuplanojr2_jovenal@...
Feb 9, 2005 11:59 am
1704
Joff - can you paste the whole page, as I need to see what you've put in 'onload'. Rob. ... From: J I Tuplano, Jr. II [mailto:tuplanojr2_jovenal@...] ...