Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
Member Avatar for zoran

[font=Courier New]Hi I am trying to communicate with EPP Server. I have java client example which use Java HttpURLConnection method to establish the connection. Example: =================================================== 1.String address = "https://someserver.serv.com:429/epp/proxy"; 2.URL url = new URL(address); 3.HttpURLConnection c = (HttpURLConnection) 4.url.openConnection(); ==================================================== How can I do something similar to communicate with …

Member Avatar for ysihaoy
0
221
Member Avatar for Dani

I would like to maximize the PR on my forum display and thread display pages, without sacrificing PR to less important pages. (for instance, the newthread.php page) Now suppose there are 5 links on page A. Normally, page A's PR will be spread out to the 5 pages. But now …

Member Avatar for selfhelpebooks
0
732
Member Avatar for maggie
Member Avatar for buddyb

I'm not sure how to get that to happen. I saw it discussed once, but have forgotten the method and particulars. Any thoughts? Thanks, BuddyB

Member Avatar for DaveSW
0
137
Member Avatar for Chris Norton

I can recieve data into my .asp pages from my access database but when I try to write to the db I get the following errormessage : HTTP 500.100 - Internal Server Error - ASP error Internet Information Services -------------------------------------------------------------------------------- Technical Information (for support personnel) Error Type: ADODB.Recordset (0x800A0BB9) Arguments …

Member Avatar for Lafinboy
0
178
Member Avatar for seffi

Hi everybody, im new to this forum, and to web design in general. i recently built a website and it has been online for about a month now. my site has a terrible rank in google and thats probably because i didnt have a clue about SEO until a few …

Member Avatar for Optimist
0
143
Member Avatar for sawani_bade

I have windows 2000 on my machine and I am facing the following problems: 1. I get a message "Norton detected a virus infected file: C:\Windows\system32\lsass.exe "BLOODHOUND.Packed" Cannot repair it. I have scanned my machine after opeing it in the safe mode. Still no use. 2. I also could not …

Member Avatar for RobUK
0
144
Member Avatar for TerryJones

I am wondering whether I can make a browser on my own with some graphical and functional customizations. I need a outfit with company logo, maybe some additional buttons with hardcoded links and when launches, it should go to a certain homepage that the user should not be able to …

Member Avatar for bulldozerisme
0
168
Member Avatar for Pradhuman

<%@ Language=VBScript %> <html> <head> <title>Furniture4all.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="links.css" type="text/css"> </head> <body bgcolor="#800080" text="#FFFFFF" leftmargin="0" topmargin="0"> <% function traceLine(str) traceLine = replace(str, chr(13), "<br>") end function dim con, rs, id, pass, sNo set con= server.CreateObject("ADODB.Connection") set rs = server.CreateObject("ADODB.Recordset") set rs1 = server.CreateObject("ADODB.Recordset") name=session("userName") pass=session("password") con.Open …

Member Avatar for Ral
0
201
Member Avatar for thegodson_1234

I am requesting a querystring from another page. This field in access db is a text field. The field is a field containing URL Links. HOWEVER, If the field that Im requesting contains the character "+" anywhere in it. When calling the querystring as a value. It displays everything except …

Member Avatar for RobUK
0
141
Member Avatar for red_evolve

Greetings. The subject doesn't quite match the forum? :cheesy: Well, I've to develop a system in VB. It's going to be a system used by some Management people. So, as I was designing the database, I was wondering, how could I assign the type of the primary key as? The …

Member Avatar for mnemtsas
0
410
Member Avatar for oly

I want to know if there is a way to display an excel doc in a web page and be able to edit the source doc on the server and have it update it in real time back to the web.

Member Avatar for ame12
0
132
Member Avatar for brob5000

When using the windows script encoder to encode ASP files that include other ASP files that are also encoded using the windows script encoder, I receive an IIS ASP compiler error message indicating that the @ language directive can only be used once when the interpreter encounters the second @ …

Member Avatar for RobUK
0
299
Member Avatar for sara_baboo

what is the command to insert the values of variable into sql table from asp coding. if i have to write the sql statement then what is the command to execute the sql statement. saras

Member Avatar for RobUK
0
136
Member Avatar for talknerdytome

Hi, I have tried to connect to the website I am designing through several different ftp clients (SmartFTP, Transmit, and Core FTP Lite) and every time I try to connect with the username, host address, and password given to me by the host of the website, it says: "Cannot establish …

Member Avatar for bentkey
0
128
Member Avatar for nandkishorenair

Hi, I had installed VS .Net on my system. But my work shifted to asp-com and I had to install VS 6. But I am not able to debug my asp pages.. It does not give the "do you want to debug" option, on error. Is this a conflict with …

Member Avatar for RobUK
0
132
Member Avatar for migazankodian

Can anyone tell me why, after running a script is supposed to send over 15,000 emails, the email goes directly to C:\Inetpub\mailroot\Badmail without sending the email?? In the past after running the script I would be able to view the email in the Queue folder. However, that was way before …

Member Avatar for RobUK
0
119
Member Avatar for scham

Currently, users can download mps files from my website PROVIDED the files are relatively small. With large files (4 mega), the files do not download. I undestand that large files must be downloaded in blocks. How does one do this?? My current code reads as follows: [size=1][color=#800000]<% Set filesys = …

Member Avatar for RobUK
0
188
Member Avatar for marlongill

I am currently working on a system developed some 3 years ago by a developer who used to work for our company. It is an ASP/DHTML administration system for accident reporting. The main page of the site is written in HTML and consists of a set of forms providing the …

Member Avatar for RobUK
0
91
Member Avatar for red_evolve

Greetings. I'm very new to asp and I encountered this little problem. I have 2 files -> home.html & process.asp In home.html, there are some input textfields. In process.asp, I have inserted a textfield also. I tried to post the form in home.html to process.asp. I managed to get the …

Member Avatar for RobUK
0
163
Member Avatar for vyruzxxx21

Hi there, I just wanna know if....How others make their web pages not to be remembered in the address bar? Just like if you're using a computer from another location and your accessing a secure page....and when you closed your browser, the url of the page won't be listed in …

Member Avatar for RobUK
0
181
Member Avatar for jigar_eng

When I run the following ASP email script I get error. I am sending the script and error messege both. Please help me as soon as possible as I am a fresher at ASP scripting. The script:- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <% Option …

Member Avatar for RobUK
0
198
Member Avatar for squirrelj

I have the following checkbox on my site but it dosen't work, tried to solve it before but still having trouble. this is the code from my first page <P>Do you want to take pets with you? <INPUT type=CHECKBOX name = "PETS" value = "Y">Yes<br> This is the code from …

Member Avatar for RobUK
0
148
Member Avatar for cybour

can some one help me with the CursorType i try to use Connect.Open "DSN=vault; uid=colu; pwd=colu;" strSQL = "select CusId,CusName from Customer ORDER BY CusName" rstdpt.Open strSQL, connect, 3, 1, 1 now some times this code works and some time PrintRec.Open strsql, connect, 3,3 this works some times when i …

Member Avatar for RobUK
0
195
Member Avatar for steadfastpc

I have reality site that connectes to an asp page to pull listing is there a way to intergrate this asp site with a frame site top is menu of curnt site when the click the asp page loads on bottm if so how and if not what is the …

Member Avatar for RobUK
0
115
Member Avatar for rchandrasekaran

Hi Friends, I installed IIS6.0 in my system. I can't include my parent directory files. It displays Error msg [I][B]Active Server Pages error 'ASP 0131' Disallowed Parent Path /working/login_main.asp, line 9 The Include file '../_ScriptLibrary/pm.asp' cannot contain '..' to indicate the parent directory. [/B] [/I] Please any one can help …

Member Avatar for RobUK
0
143