Hello,
I am trying to remove single quotes and double quotes from a string of escaped characters,
it works with all except for single quotes ' and double quotes "
this is my code:
currently i am replacing the string: %26%2365279%3B%20%3CMETA%20content%3D%22MSHTML%20.+.stylesheet%22%3E for a my goal is to completely remove that found string and not replace it with...
is there a function in JS to remove a string from some text but without using the replace function? I am removing a specific string from my text using and using the replace function of the match...
Hello forum,
i need to add and send an attachement within an asp form, i added the field in the form but i have no idea how to process it in the server. any sugestions, i am using cdo.object mail -...
i am using the following code to send email from an asp page, i am trying to add the CC and ReplyTo fields but they do now show when the email arrives. Please let me know what i am doing wrong:
...
I need to check for every line of code in an .asp file and remove or replace specific text. i am using this but only works for a specific portion of the code. the .asp file is being generated from an...
i have an asp page that retrives records from a sql 05 database, i want to give the capability to users to view the results of the query in an excel or pdf file.
Hello forum,
I am quering a datebase table from an asp page, comparing values that the user input in a form, value is a string 1000000 and the field in the database that i am compparing from is a...
Hello forum,
I am quering a datebase table from an asp page, comparing values that the user input in a form, value is a string 1000000 and the field in the database that i am compparing from is a...
I have to do a redirect with a querystring depending on a value store in a session, how can i include this value into the query string.
this is the code:
I have to do a redirect with a querystring depending on a value store in a session, how can i include this value into the query string.
this is the code:
i have this script inside an xml document and i need to execute/call a perl script within the same server, but this script will be executed only if role is master. iwDatacapture is a function inside...