Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Popup Windows and the POST method
 

kristolklp




quote this post edit post

IP Loged report this post

Old Post  09-23-05 - 12:32 AM  
I am trying to launch a browser popup window through Flash, however I need t
o
send variables to my PHP script so I am trying to use the POST method.  It
seems that when calling the javascript function, the variables are not get
passed.  Am I doing something wrong?

Here is my code behind the flash button:
var t_var=1;

getURL("javascript:openNewWindow('variables.php','thewin','height=400,width=
400,
toolbar=no,scrollbars=yes')", "", "POST");

My PHP scrip is simple for testing purposes:
<php

//pull variables from Flash movie
$t_var=$_POST['t_var'};

print $t_var; <-- variable is empty, why?????

?>

Thanks for any help.



Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 08:10 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Flash Site Design archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top