RE: hwg-techniques-digest V1 #940
by Rob Prentice <RJP(at)clickdms.com>
|
| Date: |
Wed, 28 Jun 2000 17:34:53 +0100 |
| To: |
"'kim.mitchell(at)db.com'" <kim.mitchell(at)db.com>, hwg-techniques(at)mail.hwg.org |
| |
todo: View
Thread,
Original
|
|
Hello,
I only the basics of ASP but ill have a go at helping.
ASP scripts are inbetween <% and %>. anything outside of those are
ignored by the server (as ASP is sefverside so its browser independant).
So, if you have HTML or Java script out side of the <% and %> it will
still be sent to the browser.
for example...
< bit telling server its ASP script... forgotten the code:( >
<% date %>
<script language="JavaScript">
<!--
function basicpopup(msg) {
alert(msg);
}
//-->
</script>
<body bgcolor="#FFFFFF" onLoad="basicpopup('pops up an alertthing on
page load')">
text...
<% some more ASP scrip %>
</body>
the server will parse the ASP script and insert it where it should be in
relevance to the JavaScript and HTML etc... and send it to the browser.
did that make sence? and am i right???
-----Original Message-----
From: kim.mitchell(at)db.com [mailto:kim.mitchell(at)db.com]
Sent: 28 June 2000 17:12
To: hwg-techniques(at)mail.hwg.org
Subject: Re: hwg-techniques-digest V1 #940
Hi,
I'm not sure whether this is the right list, but i have a brief
scripting question.
I have a database which is being accessed and searched through ASP. I
would like to incorporate on my asp page a link that pops up an email
reply form to us for use when the customer has any questions not
answered by the database search. I know how to make a pop up window in
javascript, but don't know how to do it in ASP nor whether I can
combine javascript and ASP (in vbscript) on the same page.
Can somebody with a bit more scription experience send me a brief reply?
Thanks so much,
Kim
In case anybody wants to try the database search, it's at
http://sewandserge.com/partsearch.asp
Kimberley Mitchell
212.668.3909
Kim.Mitchell(at)db.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.