Results 1 to 3 of 3

Thread: HTML, user-controls on web pages?

  1. #1

    Thread Starter
    Hyperactive Member oyad's Avatar
    Join Date
    Feb 2003
    Location
    PhoxWare MicroSystems
    Posts
    463

    HTML, user-controls on web pages?

    please can anyone there just help me out with this, when i designed a user control in VB, when running it within the VB IDE, it opens up in a browser, can i design one and embed it directly in my web page?.(and it will respond to user input as if its an exe)

    and for my web site(am not so good at all) , i have my index page opening another page in a folder, how can i create a link back to the index page
    thanks
    Nobody is smarter than all of us!

  2. #2
    Lively Member morrowasted's Avatar
    Join Date
    Aug 2003
    Location
    Houston, TX
    Posts
    118
    its possible using VBScript, but I highly recommend AGAINST using VbScript for server sided things.
    and for my web site(am not so good at all) , i have my index page opening another page in a folder, how can i create a link back to the index page
    er... <a href="index.html">Home</a> ....

    EDIT: oh, i see the problem. you'll have to include the entire URL in the link, IE
    <a href="http://127.0.0.1/index.html">Home</a>

    -morrowasted

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    this works too...
    <a href="/">Home</a>
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width