Unknown Character

I have an asp application running with the charset set to windows-1252.Recently, my customer complained about some unknown characters(rectangulars) appeared on the screen.

Later I found out from database that the unknown characters are supposed to be coma (,). I then tried to set the charset in all pages to UTF-8 but it did not solve the problem. I have a problem debuging since my testing machine does not have this problem.Is there a possibility that font selection such as sans-serif can cause this problem?

View Replies


ADVERTISEMENT

Unknown ASP Error

I've got a site with an index page that has been set up to show my latest blog posts from the /blog.html page. From time to time (more frequent than I'd like) when I update my blog, I get the following error:

msxml3.dll error '8007000e'

Not enough storage is available to complete this operation.

/RecentPosts.asp, line 16


I've been told that this has something to do with my hosting company (godaddy) having a problem, but that seems odd to me. Can anyone here give me any ideas? Let me know if you need the URL and I'll post it here as well.

View Replies View Related

Unknown Name Of Value Passing

i am doing a list of links for a modular website, i was useing a loop
to make a form for the links and link description so that i could have
as menny as i liked and called the text box link<%= no%and
description<%=no%and no goes up each time the loop happens.

my problem is that i dont know how to display them on the next page.
how do i request link(X)? i have been looking at this problem for hours
can someone help?

View Replies View Related

How To Set Unknown SRC In Frameset

I have two pages of aspx one is content.aspx and other is framing.aspx

I want that I have 3 diffrent link on my content.aspx

like www.yahoo.com
www.google.com
www.msn.com

and on framing page there are only frame on top my header, on bottom my footer:

but i want that when i click one of the link on content.aspx it must be opened in middleframe of framing.aspx

I have created link using <a href="www.yahoo.com">yahoo</a>
same like this for other 2 .

View Replies View Related

Unknown Error?

I am getting this error that I have never seen before. Its strange. Everything else works fine. Any Ideas?

Microsoft OLE DB Provider for ODBC Driverserror '80040e10'
[Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect
/ASP/Error.asp, line 56

Here is the code:

View Replies View Related

Protocol Is Unknown

I am trying to send an e-mail using CDO I get this message when trying to send an e-mail.

I am using the object

Set ObjMsg = Server.CreateObject("CDO.Message")

CDO.Message.1 (0x800C000D)

The specified protocol is unknown.

View Replies View Related

Unknown Column Error

got the following sql

Dim varEmail = Request.Form("email")

Dim sqlQuery
sqlQuery = "SELECT * FROM users_tbl WHERE email ='+ varEmail+'"

However this does not seem to work as expected..what am i doing wrong?

I tried

sqlQuery = "SELECT * FROM users_tbl WHERE email =" + varEmail

But this doesnt seem to work either..when i try recieving records from the database it just says unknown column etc error

View Replies View Related

Unknown Http 500 Error

I'm getting an http 500 error message, and I can't seem to find where (since it won't give me line-errors). Yes, the host supports asp

Here is the code, maybe you can find an issue? Its not too long: Code:

View Replies View Related

Multiple Unknown Files

I want my asp page to upload all files from a certain directory on the client pc onto the server.

Code:

set FSO = CreateObject("Scripting.FileSystemObject")
set F1 = FSO.OpenTextFile(???) -> I only have the directory here

View Replies View Related

Request.Form With Unknown Fields?

I need to create a script that will collect any variables sent by a form.

Reason: A company that I work for wants to have a script that they can pretty much send any HTML form to that will send them an email with the results. So if they make a new form with different form fields next week, they can point it to the same script.

Is there anything in ASP that can "Just collect Anything/Everything" that is sent from the form?

View Replies View Related

Find Unknown Fields In Access (asp)

I have admins who create reports with titles that my code then creates a field with that title in another databse. The admins also apply permissions to staff whether they can see that report or not.

My problem is my code doesn't know the name of these new fields, is there any way in ASP to interegate the access field names in a record set?

View Replies View Related

Receive An Unknown Amount Of Files

I have been writing a photoalbum in ASP and I am trying to receive an undetermined amount of files.

A more detailed explanation:

The client side (Javascript) generates a new file upload box as soon as the file in the first box is selected...the name of the file upload boxes is bestand[] so that the input is received in an array.

Now I am trying to receive all the files with ASP and store them on the server....

View Replies View Related

How To Retrieve Form Values, When Form Elements' Names Are (almost) Unknown?

I have a form that is dynamically generated since it is populated with values retrieved from a database. The form can of course also be submitted, which is where I run into some problems.

Since I never know in advance what the length of the form (or for that matter what the different elements' names and values) will be I don't know how to write the code in "receive.asp" to retrieve all values from the form correctly without excess use of "request.....".

I shouldn't have to write requests for every single potential element name that is stored in the DB. Please note that the form can sometimes also contain radio buttons and check boxes, even though they are not present in this short example Code:

View Replies View Related

Error : An Unknown Script Error Occured While Processing Your Request

I have a database driven (ms access) website which runs fine on my computer (win 2000 iis6). However, on uploading, some pages am receiving the following error

"An Unknown script error occured while processing your request."

......

View Replies View Related

Can You Read An "unknown" # Of Pics From A Folder?

Ok my boss wants to know if there is a way to display an unknown # of pics from folder onto a web page ASP using VBScript or JavaScript... doesn't really matter.

You don't know the names of the pics or how many are in the folder just that you want to display all the pictures in the folder...

View Replies View Related

%20 Character

I have a login form in which i have logins for company as 'National City"
But when i capture the login name to give it in my query on some other form as Request.Querystring(username)
Its recognises it as National%20City...
i dont want to chhange my login names and keep it as NationalCity as one full word.How can i tell ASP to recoginze this as a space in the query ?

View Replies View Related

Last Character

How do I delete the last character in a string?

View Replies View Related

Character Set

I am using mySQL with ASP. I have a trouble with Turkish characters as I am
tring to get and display data from mySQL database. However, I can see whole
Turkish characters exactly when I use phpMyAdmin.I used the following tags on HTML but I couldn't achieve to display Turkish characters in any way.

mySQL database lang: latin5_turkish_ci
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
and

<% @Language = "VBScript" Codepage="1254"%>
Session.LCID = 1055
Session.CodePage = 1254

View Replies View Related

' Character In SQL

We have an application which uses surname and the date of birth to allow people to login.
The SQL gives an error if the user's surname contains the character '

View Replies View Related

/ Character

I'm trying to set a session variable where two variables are seperated by a backslash:

Dim a
Dim b
a = Request.QueryString("Class")
b = Request.QueryString("Group")

Session("FTEClassGroup" & y) = a + "/" + b

I can't get this to work? I'm not sure, but is the backslash being seen as a string instead of the actual backslash character?

View Replies View Related

First Four Character

i m declare one variable and it hold the name of a person

eg: strName = "Arvind Singh"

and i want to put first four character in an other variable please tell me the way to do this.

View Replies View Related

Character Encoding

I have a partner sending me by post method to an asp page some text (xml
string).

It arrives to my page encoded as follows
%9a%2f%Purchaseorder%3....f

The < and > and spaces are replaced by nu霉mbers and percentage sign
I am using Request.BinaryRead(BytesTotal) and then doing response write and
I am getting exactly the same string with the encoding
How can tell my asp page to translate the encoded text to normal text?

View Replies View Related

Special Character

How do I remove those special characters in a variable? I think there are a dozen special character and so I use a dozen replace object. Is there an object that call this in one call instead of a dozen?

View Replies View Related

Currecy Character

I wonder why my computer with UK settings returns '$' when I call the 'FormatCurrency' function?

View Replies View Related

ESCAPE CHARACTER

I'm having a problem finding/using an escape character with this ASP/JScript application I'm creating. Basically I have text sometimes that has apostrophes or double quotations in them, but they won't be INSERTED unless I manually take them out.

Ex: INSERT INTO tbl1 (vendor,reason) VALUES (81,"This is only a test, but there is an apostrophe and it's only going to make things worse.")

That apostrophe in "it's" is kiling everything. I've used the replace method to change it to " ' ", but that STILL doesn't work. I can't find MS SQL's ESCAPE CHARACTER. I've tried several directions of the backslash, but no luck.

View Replies View Related

Escape Character??

I am trying to only have a link show if there is a certin value in the DB. This is what I am trying:

<% if (rsWelcome.Fields.Item("access_level").Value) = "admin" then

response.Write("| - <a href="sps_main.asp">Sales Training Support </a>-")

end if %>


BUT... this is the error I get:

Expected ')'

/sta/topnav_test.asp, line 9 response.Write("| - <a href="sps_main.asp">Sales Training Support </a>-") How do I use quotes in a "response" and have the app server ignore them??

View Replies View Related

Unrecognised Character

The application should have a way of alerting the user if it does not recognize a character used by the website and give the user the ability to make adjustments to the unrecognized characters. The system should then remember the characters that have been adjusted by the user.

View Replies View Related

String Character

can someone please tell me how to add the " character to a string
i've already tried:
<%
dim string

string = "something"

string = string & """
%>
string should equal something" but doesn't work ?

View Replies View Related

After 80th Character

how can I add "vbCrLf" after every 80th character of a string. Suppose there is a string containg 600 characters and I want to pass on the string value to some variable, adding "vbCrLf" code after every 80th character.

View Replies View Related

Chinese Character

some one cuts and pastes the chinese charcters.
they are saved in DB as
---- case1 : ----

& # 6 5 3 9 6 ; & # 6 5 4 2 7 ; & # 6 5 4 1 9 ;
----
i used the space above as it is converting the characters while posting..
but i noticed some few records which are saved as

-- case 2 --
永乐大典戏文三种校
---

if values are stored as case1 then i have no problem.
but with the case2 .the chinese characters are shown good in few pages and at few pages they are shown as it like symbols.
when i cheked the its the same.what shd i do to see that in a html page these character codes display correctly?

View Replies View Related

Underscore Character

Is there a way to make the underscore Character display in a browser? I've
tried several different fonts but the "_" character will not display.

View Replies View Related

Removing Last Character

ive got a string where i woulld like to remove the last character it probably seems simple 2 u but i cant work it out
can anyone tell me how to remove it.

View Replies View Related

Invalid Character?

IF trim(request(location))="" AND trim(request(FileType))="" AND trim(request(DateMonth)) = "" AND trim(request(DateYear))="" THEN
Response.Redirect plmsearch.asp?ac=error
END IF

why is the "?" causing the invalid character? everything is coded correctly on the plmsearch.asp page.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved