end of medium

S

shank

Can someone clarify "end of medium" for me? What I want is this string...
searchresults.asp?type=%&category=%&manuf=%&status=%&column=title
Dreamweaver converts it to...
searchresults.asp?type=%25&category=%25&manuf=%25&status=%25&column=title
....and this string works fine.
I found where '%25' represents end of medium.

When 'type=%' (and the others) was converted to 'type=%25' it appears my
original '%' was deleted, yet the string works as I anticipated. What's
actually happening? Is '%' assumed?

thanks
 
C

Chris Barber

'%25' *is* the url encoded notation of '%'.

Try this in Javascript:

<script language="JavaScript">
alert('Heres a ' + escape('%') + ' [percent] character.');
</script>

Chris.

Can someone clarify "end of medium" for me? What I want is this string...
searchresults.asp?type=%&category=%&manuf=%&status=%&column=title
Dreamweaver converts it to...
searchresults.asp?type=%25&category=%25&manuf=%25&status=%25&column=title
....and this string works fine.
I found where '%25' represents end of medium.

When 'type=%' (and the others) was converted to 'type=%25' it appears my
original '%' was deleted, yet the string works as I anticipated. What's
actually happening? Is '%' assumed?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top