Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Double quotes

Reply
Thread Tools

Double quotes

 
 
Guest
Posts: n/a
 
      11-11-2003
Hi
I have an asp page.I have all the form tags, javascripts etc in that.
For e.g In my asp page I have mentioned my form tag as
<form name=frmupdateskill method=post>

and javascript as

<script language=javascript>
some code...
</script>


I send this asp page to my onsite person. When he replaces the old asp page with the one I sent the following are the things I come across.

The form tag now reads as

<form name="frmupdateskill" method="post">

and the javascript reads as

<script language="javascript">
some code...
</script>

The change I see is it replaces the form names and the javascript with double quotes
the form name reads"frmupdateskill" instead of frmupdateskill
javascript as "javascript" instead of javascript.

Can you please let me know how automatically does this happen altogether.

I checked with the onsite person and he tells me that he just replaces the file thats it its not at all a Human error.

Please let me know on this...

There are many such asp pages which I sent get converted into quotes..

Thanks
Prashant

-----------------------------
This message is posted by http://Asp.ForumsZone.com

 
Reply With Quote
 
 
 
 
Atrax
Guest
Posts: n/a
 
      11-12-2003
what editors are you using?



________________________________________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonk...trax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
regex to avoid escaped quotes or double quotes jOhn Ruby 1 01-29-2008 08:31 PM
PHP double quotes inside double quotes MSB Computer Support 11 10-21-2006 01:09 PM
Asp.NET Javascript string, want to pass '(single quotes' within '(single quotes) Chris ASP .Net 1 03-24-2006 09:03 PM
cannot convert parameter from 'double (double)' to 'double (__cdecl *)(double)' error Sydex C++ 12 02-17-2005 06:30 PM
Quotes/Double Quotes in Image Control Chris White ASP .Net 1 09-22-2004 06:22 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57