[thelist] Calling a function in ASP from a link

Michael Galvin mpgalvin at eircom.net
Sun Dec 9 14:50:13 CST 2001


Joshua

That would only work if the function is a Javascript function, not a
VBScript function hidden in ASP.  No, it appears Chris hit the nail on the
head.

Crap.

----- Original Message -----
From: "Joshua Olson" <joshua at alphashop.net>
To: <thelist at lists.evolt.org>
Sent: Sunday, December 09, 2001 8:51 PM
Subject: Re: [thelist] Calling a function in ASP from a link


| Adding the code to the onclick would work.
|
| Maybe something like this:
|
| <a href="#" onclick="return bookmarkThisPage();">blah</a>
|
| Make sure the bookmarkThisPage function returns false.
|
| HTH,
|
| -joshua
|
|
| ----- Original Message -----
| From: "Michael Galvin" <mpgalvin at eircom.net>
| Subject: [thelist] Calling a function in ASP from a link
|
|
| <snip>
|
| : Basically, I want the link "Bookmark this job" to appear on the page,
and
| : when clicked, it calls the function I've written (VBScript) and *does
| : nothing else*.  I'm guessing I'll have to put <a href="#"> in there
| : somewhere, but how do I call a VBScript function from a link?  OnClick
| : event?
| :
| : Anyone?
| :
| : Michael
|
|
| ---------------------------------------
| For unsubscribe and other options, including
| the Tip Harvester and archive of TheList go to:
| http://lists.evolt.org Workers of the Web, evolt !
|
|





More information about the thelist mailing list