For those green ones like me that follow ...
Here's a solution I found elsewhere:
1. Insert a script as follows:
<script language="javascript">
function popWin() {
FormResults=window.open("","FormResults","");
}
</script>
2. Insert the calling tag on...
I have a page that is fed into an iframe. The iframe is on a remote site out of my control. The iframe contents I have on my host need to contain a search dialog. I have implemented this using a form with an action="mySearchEngineUrlGoesHere"
Whether I use a "submit" input...
Thanks, Michael! I had fiddled around with the syntax so much I did not even consider the fact that I was trying to write a string! That was the key.
After using toString(), the flood gates opened! I am humbled and grateful. An old saw always worth being reminded of ...
for want of a nail...
I have fumbled blindly around in every sort of doc on and off line to locate how (if possible) to assign a js variable as the value of an applet param tag generated in a "document.write" applet script.
I have found one or two syntax options but neither has helped at all. I am tapped...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.