Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kimgokce

  1. kimgokce

    popups from iframe

    For those green ones like me that follow ... Here's a solution I found elsewhere: 1. Insert a script as follows: <script language=&quot;javascript&quot;> function popWin() { FormResults=window.open(&quot;&quot;,&quot;FormResults&quot;,&quot;&quot;); } </script> 2. Insert the calling tag on...
  2. kimgokce

    popups from iframe

    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=&quot;mySearchEngineUrlGoesHere&quot; Whether I use a &quot;submit&quot; input...
  3. kimgokce

    applet param as js variable

    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...
  4. kimgokce

    applet param as js variable

    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 &quot;document.write&quot; applet script. I have found one or two syntax options but neither has helped at all. I am tapped...

Part and Inventory Search

Back
Top