1,828 Topics
| |
My looped output looks like this Link 1, Link2 , link3 , link 4 .....and so on I need a way to count the RS in either words or chars to cut it if needed in this manner: Link1, Link2, Li ..... Have tied to measure the length with Len() … | |
Need some help with a nested loop. This one (my example code below) prints out a correct 3 column HTML table with the recordset with proper opening and closing HTML tags AS LONG as the GRUOP BY clause is set by the topcategory Db table. I think I may need … | |
Urgent,, I'm trying to pass a variable via double click event to a sub routine on another page, yet the ondblclick is not working here's my code: <td align="left" ondblclick="alert('Selection confirmed')" bgcolor="<%=backColor%>" style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; MARGIN-LEFT: 0px; BORDER-LEFT: gray 1px solid; WIDTH: 150px; COLOR: #000000; … | |
hi guys,.. am trying to get this asp form to send the information it has to me, however.. i keep running in to brick walls, as it returns fine, just with no information. so you can imagine its not ideal. anyway, ill supply the code here, i know its to … | |
hi frens I am workin on website development project. I want to do a user login module in asp havin login page , registration page along with forgot password and members area features in it with acces db . plz guide me through this or provide useful links to a … | |
hi, i am a newbie in web programming. i want to know how to add common controls in asp form.. i am using dreamweaver.. for example checkbox(although is not included in common controls on vb),like listview, dtpicker,status bar, progess bar..pls help me.. i will appreciate it.. note: asp only not … | |
Hello everyone! Im new to ASP and this is my first time to work with it. Pls help me with my problem. I was given a tasks to edit an existing website (for 2 days only). One of those is sending e-mails based on a queried data from a database. … | |
I am relatively new to asp, and need some help. I have a form that a drop down box is dynamically populated with TeamNames, and this works. I then pass this information, via a submit button (action=get) to another page that I want to show the Team Name, then list … | |
I have a script I got from someone that is running on microsoft ASP. It works for him but the send mail function did not work because I have Chilisoft ASP. I managed to get the send mail part working but the results are not printing on the webpage and … | |
Anyone have a clue what I am doing wrong here? I have tried to call this function a bunch of different ways, but here is the latest: mProfitPercent = GetProfitPercent Here is the function that I am trying to call: [code=asp] Function GetProfitPercent Dim rsRegx Set rsRegx = Nothing 'Set … | |
can anybody tell me what exactly is Autoeventwireup is. i am just confused with this concept. Thanks Narender | |
Hi, I am using CDO.Message mail component to send emails in ASP code i need to setup way to get failed emails this i can do in cold fusion using following code, <cfmail from="from@domain.com" to="#sendhtml.email#" subject="subject" query="sendhtml" type="html" replyto = "replyto@domain.com" failto = "failedto@domain.com"> can we have similer in ASP? | |
hello, i need help in getting using one submit button to validate user's input afterr selecting between a textbox or combobox entry: here's my code: <table border="1" bgcolor="#b4beda" style="MARGIN-LEFT: 0px; WIDTH: 645px"> <td><strong>Enter Security #</strong><input id="txtLpId" NAME="txtLpId" MAXLENGTH="5" TABINDEX ="1" style="WIDTH: 90px; HEIGHT: 20px; TEXT-ALIGN: left"></td> <td align="middle"><input style="FONT-WEIGHT: bolder; … | |
hello friends... i want to get the browser name is asp code without using js and include the css file depending upon the browser of the user. i dont want to use js. because i am unable to include file in js. what i did in js is --- var … | |
i need to know how to submit a field confirmed in a validation routine to access a com component which holds the database fields here's mycode: a select statement runs the validation: Function getLpInfo Dim strDetails Dim strMessages PssDelObj(objDetails) PssDelObj(rsContacts) set objDetails = Server.CreateObject("PssPalInterface.PalCommon Cls") set rsContacts = objDetails.get_SecGp_info(svrglpid) svrMsgEmpty … | |
Hello everyone, Does anyone have experience accessing Java Jar Object with ASP? Please kindly advise. Thank you. | |
hi friends, i have to Update a ASP site for designing. The existing site is designed such as page by page. No any CSS template is used. And now i want to Update it's designing in new view. Also the user don't want that i use the CSS for new … | |
Is any one have code to upload images in asp. I want to store Image caption in database and image in Image Folder. | |
Hello, I have a dropdown list (single row only) of languages. If I select 'English", the page will reload, it will pass a variable of the Language ID, and all records in English will display in the table. How can I retain the value selected in the dropdown? I want … | |
Hi there, Can anyone help me out.. I have a page where in I have a table (Iits related to the tradein offers to enter one by one) when the new page is requested, all the rows in the table will be blank and when i click on the new … | |
I am unable to browse my asp page on Internet Information Services (IIS). Please help. [COLOR="Red"][B] The page cannot be displayed HTTP 500.100 - Internal Server Error - ASP error Internet Information Services[/B][/COLOR] Technical Information (for support personnel) Error Type: Microsoft VBScript compilation (0x800A0400) Expected statement /localdir/Hellotest.asp, line 12 <tr> … | |
hello all, I have a form with multiple chechboxes. Depending upon what the user chooses I need to make a select from a database with 6 tables. I pass the results from the form to the SQL statement up to the moment I need to put in a where request.form>0 … | |
Hello All, I want to store data into MS Access database without using DSN (Data Source Name). For his I have done the coding:- [code] <% dim stud1 set stud1=server.createobject("adodb.connection") stud1.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("amitdatabase.mdb") %> <% dim stud2,stud3 set stud2=server.createobject("ADODB.Recordset") stud3 = "SELECT tblComments.Name, tblComments.Comments FROM tblComments;" stud2.CursorType … | |
I am trying to move a website from an other server to one of our servers. I am not familiar with ASP. Teh website is asp and visual basic. The database is mysql. I have imported the database in Mysql server and I have loaded the code to iis6. I … | |
Hello everybody, I am using following codes to insert the data to the database.but I am getting error please help me with this. codes: <% Dt= Date() Set T=Request.Form("trainer") Set Co=Request.Form("course") Set Ss=Request.Form("sessionstructure") Set Sp=Request.Form("sessionpace") Set Sc=Request.Form("sessioncontent") Set Po=Request.Form("personalobj") Set Pr=Request.Form("presentation") Set I=Request.Form("Interaction") Set Mn=Request.Form("manage") Set Con=Request.Form("confedence") Set Sr=Request.Form("sessionrate") Set … | |
Hi, I am having a problem using Dreamweaver CS3 standard recordset paging behavior. It doesn’t seem to work when I pass parameter values from a FORM on my search page, to the recordset on my results page. - Recordset Paging works if no parameters are used in the recordset sql … | |
Well I need some help understanding some sections of code. I'm a complete newb at web development so all explanations are greatly appreciated. I am having trouble understanding how to set the attributes of an object. I have a myProject object declared in the global.asa file and then I am … | |
Hi Friends I have a form having multiple field such as option button set and checkbox with different names and values and on next page i want to get there name and value. The problem is that if i only use/checked option button i got proper names of object (option … | |
Hi to everybody , I'm new in this forum I'm trying to create an ASP page were the user can write the information name surname address with some botton for accept the privacy condiction.Somedoby can lead me??? There is also a "ready to use application" like my? Tnks!!!!! :-/ | |
Hello, An indian company developed a custom application for us, it is not working properly and now they want extra charge to make it work! the url is phoenicianarts.com/custom the flash in the thumbnail squares is not loading. Anyone have an idea how to fix this? there is another version … |
The End.