Thread: html

  1. #1
    Neoseeker's master master2000's Avatar
    Join Date
    Dec 2002
    Posts
    101

    Post html

    k, i couldn't find a better board to post this in so if you know where this sould realy go please tell me.

    i ran into a problem when i was puting a custom cursor onto my site


    <br><br><center><a href="http://users.rcn.com/itkachov/" target="top"><img src="http://users.rcn.com/itkachov/block" border="0"></a></center><br><br>
    <body style="cursor:url(http://users.rcn.com/itkachov/block);">

    what the hell does "target" mean and what kind of answers sould i give it?


    missles on metriods

  2. #2
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    The target tells which frame the file should be opened in. Like if you have 2 frames, one main and one menu you want the file "Menu.html" to load in the menu frame and whatever files you open from the menu loads in the main frame.

    And I guess this post rather belongs in GD than Windows Programming...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please Help - C code creates dynamic HTML
    By Christie2008 in forum C Programming
    Replies: 19
    Last Post: 04-02-2008, 07:36 PM
  2. Writing an HTML Preprocessor
    By thetinman in forum C++ Programming
    Replies: 1
    Last Post: 09-17-2007, 08:01 AM
  3. Submitting HTML form and parse respons
    By IdunnO in forum Networking/Device Communication
    Replies: 4
    Last Post: 03-07-2006, 10:28 AM
  4. Design + HTML
    By orbitz in forum C Programming
    Replies: 8
    Last Post: 11-21-2002, 06:32 AM