add url to site help

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 18th, 2006, 02:12
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 465
Thanks: 1
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 18th, 2006, 21:52
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: add url to site help

What exactly are you trying to do?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 18th, 2006, 21:54
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 465
Thanks: 1
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 18th, 2006, 22:04
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 18th, 2006, 22:06
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 465
Thanks: 1
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 19th, 2006, 09:04
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 22
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 19th, 2006, 10:14
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 465
Thanks: 1
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 19th, 2006, 10:39
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 22
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: add url to site help

yep basically - easiest way
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 19th, 2006, 10:41
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 22
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Oct 19th, 2006, 10:42
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 465
Thanks: 1
Thanked 0 Times in 0 Posts
Re: add url to site help

cheers mate i will try it ow and another question but i will cover that in a PM
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
url

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 22:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved