/    Sign up×
Community /Pin to ProfileBookmark

newbie here (script problem)

Hi there eveyone!

I dont know to much about javascript. but someone made me this awsome script one day and it worked fine for the longest time. But then i went to re design my web page and it stopped working. I was wondering if anyone knows what im doing wrong or accidently deleted he he 🙂

basicly what the script does is make a form box that someone can enter an account number or tracking number and hit go.. and it puts the tracking number entered in the form box into a link “2548.html”

this is the code…
<form name=”acc”>
<input name=”account.value” type=”text” id=”account.value” size=”20″ >
<a href=”#” onclick=”java script:window.location=’/orders/’ + document.acc.account.value + ‘.html'”>Go</a>
</form></td>
</tr>
</table>
<p align=”center”>&nbsp;</p>
<p align=”center”>&nbsp;</p>
<p align=”center”>
<!– code –>
but there is somthing wrong… and i dont know what

thanks in advance guys!

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@KorFeb 09.2006 — <input name=[COLOR=Red]"account"[/COLOR] type="text" id=[COLOR=Red]"account"[/COLOR] size="20" >

<a href="#" onclick="window.location='/orders/' + document.acc.account.value + '.html';return false">Go</a>
Copy linkTweet thisAlerts:
@mattyj__authorFeb 09.2006 — i cant get that to work ither... what am i doing wrong?

basicly what happends is a # shows up in the address bar
Copy linkTweet thisAlerts:
@TheBearMayFeb 09.2006 — Do you have Javascript turned on in the browser?
×

Success!

Help @mattyj__ spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...