i copied your function in and still getting "The page cannot be found" in the new window coming up, do you see anything wrong with my href line at bottom? I have the Server.UrlEncode in place but the url simply is not getting through intact, i am baffled.
thanks....thunderain
Still havn't got this to work
I have this in my head right now:
<script language=javascript>
<!-- Begin
var pagelink;
var url;
var msgWindow;
function internetlink(pagelink)
{
url = ( pagelink );
msgWindow =...
Hi people:
I have been fighting with this for quite some time, should be a simple thing to do but i can't get it working. I need to send an internet link through and href, pick it up in javascript in head and open the internet page in a separate window.
This code can be copied into an asp file...
I am using VB Script ( <% @Language="VBScript" %> )
When i do it hardcoded like this it works perfect with the new window opening up with heinz page, with my href shown below:
<script language="Javascript">
<!--
var urlSend
urlSend = "http://www.heinz.com"
//-->...
I tried somthing similar before and tried this again but it doesn't work. You don't seem to be able to use the asp tags inside the javascript
any other ideas?
thanx
thunderain
Hi people
I have an asp variable such as (two examples)
pagelink = "http://www.heinz.com"
pagelink = objRS (fieldname)
I need to put that variable into a javascript variable such as:
<script language="Javascript">
<!--
var urlSend
urlSend = pagelink
//-->
</script>...
Hi:
I am trying to put my asp program on a web server and trying to call up an access database. Should be simple. I have done several on my hard drive, works fine. I need to have it work on a web page. I called the server and they said i need a dsn less code hookup. Went on google found one but...
Hi:
I am having trouble installing norton anti virus corporate edition. About 3/4 the way through the install i get an error:
Error 1920.Service NAVAPEL (NAVAPEL) failed to start. Verify that you have sufficient privileges to start system services.
Here is some more info on the Norton, I hope...
Sorry about taking so long to get back to this, but your answer helped out, but with some modifications, i put in the path in the value-of select and it worked.
<xsl:element name="img">
<xsl:attribute name="src"><xsl:value-of...
Hi
My problem is that I have Frames, with a javascript search function. The Search form is in the top
frame, with results appearing in the body frame. The first search works great, but when you do
a second search, it adds the second results to the bottom of the first results. I need the page
to...
I am working on my first major xml project. I have everything working pretty well working
except putting an image in. I have tried many different things, but here is what i have now.
I cannot get the image to appear except as hardcoded below.
Here is what I have in my XML:
<images>...
strSQL = Server.URLencode(strSQL)
Handy tip guys, it was just what i needed.
I ripped out all of the lines using replace in my other searches and used this!!!!!
thanx
thunderain
Hello:
I am using ASP with vbScript. I have an search sql statement using "like", "not like" and "fuzzy match" that I need to send through a link. When i send it through a link, it loses it's % characters on the receiving page. Using replace, i am trying to replace...
Gorkem
thanks a mil
only you made me work a bit more, it was CStr, not STR
but you set me on the right track.
Here is the line that works perfect:
s=objRS6.avfuzzyequiv( CStr(fieldname) ,CStr(value),4,"%")
thunderain
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.