This is a discussion on "add url to site help" within the JavaScript Forum section. This forum, and the thread "add url to site help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
add url to site help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
add url to site help
hi i am haivng a little trouble i want a script that people come on my site and they can add there own URL to the site
Thanx Aaron |
|
|
|
#2
|
|||
|
|||
|
Re: add url to site help
What exactly are you trying to do?
|
|
#3
|
|||
|
|||
|
Re: add url to site help
hey ukgeoff what i want to do is have something which people can add there own website links to the site
Thanx Aaron |
|
#4
|
|||
|
|||
|
Re: add url to site help
Yes, well that made it a lot clearer!!!
Are you intending to give people a facility whereby they enter a url into a form field and that url subsequently appears on one of your pages. If so, why? Have you considered the effect on page rank, etc? |
|
#5
|
|||
|
|||
|
Re: add url to site help
yuh thats what i want mate and i tohught it be something different take look at me site www.3d-modelling-art-online.com i have only just started it
|
|
#6
|
||||
|
||||
|
Re: add url to site help
Not a bad start - u thought about getting people to email you then you add the link - <a=mailto: "name@name.com"> Email me your link!</a> then <a=href="www.worldfootballforums.com"TARGET=BLANK> WorldFootballForums</a>
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#7
|
|||
|
|||
|
Re: add url to site help
ow so what your telling me is if i put on my site say email me if you want ur link on my site please contat me and then when they contact me i put there link on my site if they want me 2 is that correct
|
|
#8
|
||||
|
||||
|
Re: add url to site help
yep basically - easiest way
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#9
|
||||
|
||||
|
Re: add url to site help
i found this code: dont know if it works though
<html> <title>CodeAve.com(javascript: Submit Link)</title> <body bgcolor="#FFFFFF"> <center> <form method="get" action="http:/www.codeave.com/html/get.asp" name="the_form"> <input type="text" name="u_input"> <a href="javascript:document.the_form.submit();">Submit</a> </form> </center> </body> </html> HTML provides the ability to use a submit button or an image to pass form input from on place to another, but does not allow for hyperlinks to “act” as input buttons. JavaScript can by targeting a link to document.(the name of your form).submit all the form values will be passed as if by a submit button. *Code removed from [code] tags as they put it all on one page...*
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
#10
|
|||
|
|||
|
Re: add url to site help
cheers mate i will try it ow and another question but i will cover that in a PM
|
![]() |
| Tags |
| url |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I bring this site up again because, I have no idea how to make this site pull in. | TheSealPortalTeam | Free Web Site Critique | 4 | Jun 10th, 2008 12:46 |
| Uploaded site different from local site | alowe | Web Page Design | 20 | Mar 28th, 2008 03:20 |
| Website, Web-Site or Web site? | Voodoochilli | Webforumz Cafe | 25 | Oct 13th, 2007 01:19 |
| off-site linking to a particular page in a site made with frames. NEED HELP | vandiermen | Web Page Design | 1 | Aug 6th, 2006 13:30 |
| [req] Free basic web templates site + button design site | slorryy | Web Page Design | 3 | Feb 17th, 2006 18:05 |