Got a script issue

This is a discussion on "Got a script issue" within the Flash & Multimedia Forum section. This forum, and the thread "Got a script issue are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 29th, 2007, 00:00
acrikey's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Got a script issue

Got an action script issue

loadVariablesNum("http://www.lightex.co.uk/guestbook/submit_to_Database.php", 0, "POST");

when I test it comes back with;

Error opening URL "http://www.lightex.co.uk/guestbook/submit_to_Database.php"
Reply With Quote

  #2 (permalink)  
Old May 29th, 2007, 15:07
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Got a script issue

Make it look like this, use the single quote wrapper instead of the double quote.

This might work, otherwise the only other thing I can think of is that this loadVariablesNum has to be initiated from an on (press) or on (release)...do you have it doing that?

Code: Select all
 
loadVariablesNum("http://www.lightex.co.uk/guestbook/submit_to_Database.php", 0, 'POST');
Also read this, it might help:

http://support.clicktracks.com/click...cle.php?id=237
Last Blog Entry: Yay!? (Oct 8th, 2007)

Last edited by Sgaspar11; May 29th, 2007 at 15:18.
Reply With Quote
Reply

Tags
issue, script

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS issue in IE7 bluetech Web Page Design 6 Jul 3rd, 2007 15:36
loading flv with .js script issue in main site jaymz Flash & Multimedia Forum 1 Jun 28th, 2007 00:23
issue with 3 Col CSS snooper Web Page Design 5 Jun 6th, 2007 19:58
an IE issue sxc Web Page Design 3 Apr 23rd, 2007 18:37
CSS IMG gap issue sisyphus74 Web Page Design 1 May 16th, 2005 17:46


All times are GMT. The time now is 04:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43