Results 1 to 3 of 3

Thread: how to do this

  1. #1
    Join Date
    Apr 2007
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to do this

    hi to all

    Code:
    <html>
    	<head>
    		<link rel="stylesheet" href="./css/Form.css">
    		<script language="javascript" src="./js/XPLog.js">
    	</script>
    	</head>
    	<body id="body" onload="focs()">
    	<h1><center>Welcome To Admin Page</center></h1>
    	<h3>Click here to display all the employees</h3>
    	<form name="f1">
    		<center>
    			<table>
    				<tr>
    					<td><a href="">A</a>|</td>
    					<td><a href="">B</a>|</td>
    					<td><a href="">C</a>|</td>
    					<td><a href="">D</a>|</td>
    					<td><a href="">E</a>|</td>
    					<td><a href="">F</a>|</td>
    					<td><a href="">G</a>|</td>
    					<td><a href="">H</a>|</td>
    					<td><a href="">I</a>|</td>
    					<td><a href="">J</a>|</td>
    					<td><a href="">K</a>|</td>
    					<td><a href="">L</a>|</td>
    					<td><a href="">M</a>|</td>
    					<td><a href="">N</a>|</td>
    					<td><a href="">O</a>|</td>
    					<td><a href="">P</a>|</td>
    					<td><a href="">Q</a>|</td>
    					<td><a href="">R</a>|</td>
    					<td><a href="">S</a>|</td>
    					<td><a href="">T</a>|</td>
    					<td><a href="">U</a>|</td>
    					<td><a href="">V</a>|</td>
    					<td><a href="">W</a>|</td>
    					<td><a href="">X</a>|</td>
    					<td><a href="">Y</a>|</td>
    					<td><a href="">Z</a>|</td>
    				</tr>
    			</table>
    		</center>
    	</form>
    	</body>
    <html>
    in the above code when ever i click on those hyperlinks the result shoud display below those hyper links. how to do it

    regards

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Not sure what you want to do exactly. Could you be a bit more specific, such as how the results are generated. If you want the results in a hidden div or something to that effect. An example page would be nice as well.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    I believe the OP wants to sort alphabetically. Considering we don't have any info about how your site works, and how the pages are called (through basic html pages or PHP/ASP generated pages).
    thetestingsite: Just adding to what you said.
    - Mike

Bookmarks

Posting Permissions

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