Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by thunderain

  1. thunderain

    Opening New Window Sending Internet Link Through href

    thank you so much shadow, been fighting with this for quite sometime...this works perfectly....thunderain
  2. thunderain

    Opening New Window Sending Internet Link Through href

    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
  3. thunderain

    Opening New Window Sending Internet Link Through href

    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 =...
  4. thunderain

    Opening New Window Sending Internet Link Through href

    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...
  5. thunderain

    Make Javascript varable = asp variable

    I am using VB Script ( <% @Language=&quot;VBScript&quot; %> ) 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=&quot;Javascript&quot;> <!-- var urlSend urlSend = &quot;http://www.heinz.com&quot; //-->...
  6. thunderain

    Make Javascript varable = asp variable

    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
  7. thunderain

    Make Javascript varable = asp variable

    Hi people I have an asp variable such as (two examples) pagelink = &quot;http://www.heinz.com&quot; pagelink = objRS (fieldname) I need to put that variable into a javascript variable such as: <script language=&quot;Javascript&quot;> <!-- var urlSend urlSend = pagelink //--> </script>...
  8. thunderain

    Web Page dsn less hook up to Access database

    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...
  9. thunderain

    Error 1920 on install - privileges to start system services

    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...
  10. thunderain

    IMAGE TAG NOT WORKING

    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=&quot;img&quot;> <xsl:attribute name=&quot;src&quot;><xsl:value-of...
  11. thunderain

    Search Code Adds Results to Results Page Instead of Replacing

    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...
  12. thunderain

    IMAGE TAG NOT WORKING

    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>...
  13. thunderain

    Need Wildcard to work in Replace

    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
  14. thunderain

    Need Wildcard to work in Replace

    Hello: I am using ASP with vbScript. I have an search sql statement using &quot;like&quot;, &quot;not like&quot; and &quot;fuzzy match&quot; 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...
  15. thunderain

    Variables don't work in spot where Hardcoded values do

    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,&quot;%&quot;) thunderain

Part and Inventory Search

Back
Top