Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: URGENT : problem using GetUrl with MSIE |
From: | Helen Triolo |
Date: | Thu, 28 Sep 2000 15:42:35 +0100 |
Didier,
With this code on a button in Flash 4:
On (Release)
Get URL ("testparampass.html?this=1&that=2")
End On
and this code in the body section of testparampass.html:
<body>
<script language="javascript">
document.writeln(location.href + "<br>");
document.writeln(location.search + "<br>");
document.writeln(location.search.substring(1) + "<br>");
</script>
</body>
I get this output in MSIE 5.0 (WinNT, tested locally in PWS):
http://ntlocal/iTechnica/testparampass.html?this=1&that=2
?this=1&that=2
this=1&that=2
So I think it does work. Not sure what you're doing differently...
Regards,
Helen
---------------------------------------------------
Flash 5 Journal: http://i-technica.com/flash5
Flash Q&A archive: http://i-technica.com/flashlist
Didier GEORGES wrote:
>
> Hello group,
>
> I have to show today to my client a beta of the intranet, using Flash4
> navigation and dynamic html pages, and i discovered that the following
> syntax does not work with MSIE (5 only ?) on Windows (98 only?) :
>
> Get Url "..somewhere/somepage.htm?param1=A¶m2=B"
>
> The parameters (url_encoded) dont seem to get to the browser (i.e.
> location.search.substring(1) is Undefined)
>
> Everything works fine with Netscape (4.5, 4.7) and with MSIE 5 or Netscape
> 4.7 on Mac.
>
> Has anybody got a clue ?
>
> Thanks in advance.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: URGENT : problem using GetUrl wit, Didier GEORGES
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]