iframe query - can you help

liunx

Guest
Ok so I am new to all this... and you probably think that that this is a really dumb question... but you must have started out knowing about as much as I do... so please help me.<br />
<br />
I am trying to add an inline frame to my website... I have managed it succesfully by using the following code. <br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"https://www.just-dial.com/agents/rate_finder_tool/rate_finder_tool_design2.asp?ID=40893255" align="center" frameborder="0" height="100%" width="100%" marginheight="0" marginwidth="0" scrolling="no"></iframe><br />
<br />
the ID above is my ID code that determines the information sent back to my website.<br />
<br />
The problem is.. that on some peoples systems the dropdown menu gets stuck after a couple of attempts... and the only way to get it working again is to exit IE and go bakc in.<br />
<br />
I have noticed that someone else has used this code to get the same results<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"https://www.just-dial.com/agents/rate_finder_tool/rate_finder_tool_design2.asp?ZJNAT=7608&ZJ5=7608&ZE10=7100&ZE15=8110&ZE20=8101&ZE25=6105&ZE35=6404&ZE50=6104&ZE60=6082&ZE75=6148&ZE100=6152" align="center" frameborder="0" height="100%" width="100%" marginheight="0" marginwidth="0" scrolling="no"></iframe><br />
<br />
can someone tell me how ZJNAT=7608&ZJ5=7608&ZE10=7100&ZE15=8110&ZE20=8101&ZE25=6105&ZE35=6404&ZE50=6104&ZE60=6082&ZE75=6148&ZE100=6152<br />
<br />
in the above code reflects ID=?????? and how do I make up the code for ID=40893255 as this works better than my version.<br />
<br />
Am I making sense.<br />
<br />
If you want to see what the code does then check out <!-- w --><a class="postlink" href="http://www.dial-international.co.uk">www.dial-international.co.uk</a><!-- w --><!--content-->it just sounds like its the people's system thats messing it up, not your iframe code, it doesnt matter what kind of page you link to or what the url is. it works fine on mine<!--content-->thanks - I'm glad you are at least able to look at it.... does anyone know what the difference is between these two codes? as people don't have problems with my website if my iframe entry carries the same long code as above.<!--content-->huh?<br />
<br />
it works prefectly for me...<!--content-->Originally posted by gracymay <br />
can someone tell me how ZJNAT=7608&ZJ5=7608&ZE10=7100&ZE15=8110&ZE20=8101&ZE25=6105&ZE35=6404&ZE50=6104&ZE60=6082&ZE75=6148&ZE100=6152<br />
<br />
in the above code reflects ID=?????? and how do I make up the code for ID=40893255 as this works better than my version. <br />
the only way that code can do anything is if you use it in rate_finder_tool_design2.asp. other than that it will not do anything.<br />
<br />
and after looking at the code there are errors. the page that you get that drop down from doesn't have a starting form tag. and you don't either as I expect they want you to as they close the form tag on there page. and then after picking my country it gave me errors<br />
<br />
Error: document.all has no properties<br />
<br />
I suggest you tell them to update there code as it is there problem.<!--content-->Hi there gracymay,<br />
<br />
The drop down menue at your site worked fine for me using IE 6 :cool: but...<br />
not at all testing with Nescape 7.1 and Mozzila 1.4 :mad: but...<br />
when I C&P'd the iframe you posted and tested that, it worked fine in all three browsers and Outlook Express :rolleyes: :confused: so... <br />
I went back to your site and viewed source :eek: and...<br />
found this variation in your link...<br />
<!-- m --><a class="postlink" href="https://www.just-dial.com/agents/rate_finder_tool2/rate_finder_tool_design2.asp">https://www.just-dial.com/agents/rate_f ... esign2.asp</a><!-- m -->? }:-) ... <br />
which is the reason that it does not work in Nescape 7.1 and Mozzila 1.4<br />
<br />
coothead<!--content-->
 
Back
Top