Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
SBC Global #1
Help for a newbie
Hi All,
I have 3 files I am using, Index.html, Test.asp, MyNewpage.html.
I am try to load MyNewPage.html into Test.asp.
Index.html has a link as follows:
<a href="test.asp?np=mynewpage.htm">My Link</a>
Here is what I have in test.asp:
<html>
<head>
<title>Test Page</title>
</head>
<body>
<%
Dim newpage
newpage = request.querystring("np")
server.execute newpage
%>
</body>
</html>
What i keep getting is an error, page cannot be found.
I have tried using fully qualified names and still get an error.
Any help would be appreciated.
TIA
Steve Karnath
SBC Global Guest
-
A newbie with a newbie question
Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I... -
newbie ill q
Hey everyone, I have to work on some logos for my place of business... I've scanned them in , edited them in Photoshop, and then made a workpath... -
Newbie needs help
I am teaching myself Flash using Flash MX.. I have created a small Flash movie but can't find any direction on how to get rid of the excess page ... -
Please help a newbie!
Hi, I am just starting out using Flash MX. I just want some general knowledge on Flash......I am planning on making a website, but I have no idea... -
Newbie help with LWP
When you login the server must pass a token back to the browser so that the browser can identify itself to the server in the next request. This is... -
MSFT #2
RE: Help for a newbie
Are these three files in same virtual folder? You also can use following
code for testing:
<%
Dim newpage
newpage = request.querystring("np")
response.Write newpage
%>
To check if the "newpage" is the right string you want.
Luke
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026?? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
[url]http://www.microsoft.com/security/security_bulletins/ms03-026.asp[/url] and/or to
visit Windows Update at [url]http://windowsupdate.microsoft.com[/url] to install the
patch. Running the SCAN program from the Windows Update site will help to
insure you are current with all security patches, not just MS03-026."
MSFT Guest
-
AndyMills #3
Help for a Newbie
Hey All
I'm a complete newbie when it comes to Flash Data Integration :o . On my new
site, I want to integrate Flash and PHP, so that certain parts of my flash file
display information from a MySQL database, preferably through PHP. Are there
any really simple tutorials on the net that you could recommend, or is anyone
willing to help me over MSN or ICQ or something. I'd really appreciate the
help. Of course, anyone that does give me a hand will be given their due
recognition when the site is up. Thanks!
AndyMills Guest
-
LuigiL #4
Re: Help for a Newbie
[url]http://www.sephiroth.it[/url] is an excellence source for Flash/PHP combinations.
LuigiL Guest



Reply With Quote

