in that case wouldn't u just go
some javascript tricks
?
-Original Message-
From: Mike [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 25 June 2002 4:13 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Implement Javascript into vB code
Sorry guys, let me rephra
hmmm...
that's slightly better - in that you used more than one line to explain your
problem.
I'm still having trouble figuring out what you want to do though - try
explaining problems a bit clearer next time.
If you want to be able to use
Sorry guys, let me rephrase my question.
I want to insert some javascript code into the code for my forum (vB) not as
a post, but as a forum post, but as code within the php file.
Sorry about the confusion
"Mike" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
errm... this really isn't the right place to be asking this question - this
is a PHP list.
but - if you're talking about using JScript and VBScript in the same ASP
page, you can do it by using this:
<%
' VBScript code goes here
Response.Write DoSomething("To Me")
%>
function DoSomething(str){