Click here to Skip to main content
15,909,822 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Problem in hinding Image url Pin
Hy Chanhan2-Aug-06 21:23
professionalHy Chanhan2-Aug-06 21:23 
AnswerRe: Problem in hinding Image url Pin
Guffa2-Aug-06 23:52
Guffa2-Aug-06 23:52 
QuestionHi all, Pin
Hy Chanhan2-Aug-06 19:14
professionalHy Chanhan2-Aug-06 19:14 
AnswerRe: Hi all, Pin
Steve Echols2-Aug-06 20:00
Steve Echols2-Aug-06 20:00 
AnswerRe: Hi all, Pin
Brent Lamborn4-Aug-06 7:56
Brent Lamborn4-Aug-06 7:56 
QuestionRegExp Problem Pin
Abbas822-Aug-06 5:48
Abbas822-Aug-06 5:48 
AnswerRe: RegExp Problem Pin
Guffa2-Aug-06 8:03
Guffa2-Aug-06 8:03 
GeneralRe: RegExp Problem Pin
Abbas822-Aug-06 9:08
Abbas822-Aug-06 9:08 
the pattern: "(\?)[(\w\.\&*)+(\=)[\w\d ]*"

has been changed to: "(\?)[(\w\.\-\&*)+(\=)[\w\.\-\ ]*"

What im trying (and I DO) match is the query string (from the ? to the end of it, which may be a "'")...the reason there are so many other things is that the query string may contain & (not &) as well as "." and "-"...the problem doesnt seem to be with the regular expression, but with the replacement part

if I change my code to this then everything works out fine...

<br />
For Each expressionMatched in expressionMatch<br />
			strTemp = Right(expressionMatched.value, (Len(expressionMatched.value)-1))<br />
			HTMLString = Replace(HTMLString, expressionMatched.value, "?" & EncryptQS(QSCleanup(strTemp), Salt()))<br />
		Next<br />

Questionsearch engine Pin
militiaware2-Aug-06 1:52
militiaware2-Aug-06 1:52 
AnswerRe: search engine Pin
Brent Lamborn4-Aug-06 8:02
Brent Lamborn4-Aug-06 8:02 
Questionmoving strip of companies current price of stock exchange Pin
nitinjdalal1-Aug-06 23:23
nitinjdalal1-Aug-06 23:23 
AnswerRe: moving strip of companies current price of stock exchange Pin
Ted Ferenc1-Aug-06 23:28
Ted Ferenc1-Aug-06 23:28 
QuestionHelp on creating chat online website... Pin
Talent Chan1-Aug-06 22:55
Talent Chan1-Aug-06 22:55 
QuestionJavascript Regular Expression Pin
Wesley Samuel1-Aug-06 21:31
Wesley Samuel1-Aug-06 21:31 
GeneralRe: Javascript Regular Expression Pin
Guffa2-Aug-06 9:09
Guffa2-Aug-06 9:09 
AnswerRe: Javascript Regular Expression Pin
eggie53-Aug-06 14:05
eggie53-Aug-06 14:05 
QuestionHow to resize to any size say(200,200) when used fullscreen=yes feature with window.open() Pin
jagmit201-Aug-06 21:16
jagmit201-Aug-06 21:16 
QuestionHide an Option Item in Select Box Pin
Tiger4561-Aug-06 17:49
Tiger4561-Aug-06 17:49 
AnswerRe: Hide an Option Item in Select Box Pin
Steve Echols1-Aug-06 18:43
Steve Echols1-Aug-06 18:43 
GeneralRe: Hide an Option Item in Select Box Pin
Do Ngoc Tu3-Aug-06 15:45
Do Ngoc Tu3-Aug-06 15:45 
GeneralRe: Hide an Option Item in Select Box Pin
Steve Echols3-Aug-06 16:39
Steve Echols3-Aug-06 16:39 
QuestionHow to Updating an Excel file using ASP Pin
kachchh kunvar1-Aug-06 7:54
kachchh kunvar1-Aug-06 7:54 
QuestionGet client email address w/javascript? Pin
manicreader1-Aug-06 6:33
manicreader1-Aug-06 6:33 
NewsCollapsible Panels with Javascript Pin
ashish_patil++1-Aug-06 3:44
ashish_patil++1-Aug-06 3:44 
QuestionPayment questions Pin
il_manti1-Aug-06 1:11
il_manti1-Aug-06 1:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.