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 #25.0K
Ranked #4K
~539 People Reached
Favorite Forums
Favorite Tags
Member Avatar for fayenot

I have a table for projects, it has two fields for [B]project_start[/B] and[B] project_end[/B] both have datetime data type. what should i do so that when the user insert dates on both field it will automatically subtract and place the answer on the [B]duration[/B] field... please help.. oh before i …

Member Avatar for sandeep.pande
0
183
Member Avatar for joe111

hi all, I'm designing my website and I create a form page and connected with asp code :this is the code ======= [CODE]<% USER NAME= trim(request.form("USER NAME")) E-MAIL= trim(request.form("E-MAIL")) PASSWORD= trim(request.form("PASSWORD")) CONFIRM PASSWORD= trim(request.form("CONFIRM PASSWORD")) FIRST NAME= trim(Request.Form("FIRST NAME")) LAST NAME= trim(Request.Form("LAST NAME")) SEX= trim(request.form("SEX")) DATE OF BIRTH= trim(request.form("DATE OF …

Member Avatar for joe111
0
106
Member Avatar for Aikiman
Re: Code

Hi Can someone please tell me what I need to add to this code to make the link open in the same window and not a different window? [code]on (release) { getURL("http://www.drfire-online.com/html/index.html","_blank"); }[/code]

Member Avatar for OldDude
0
76
Member Avatar for whisper_101

Hi Everyone On an .ASP Webpage I allow users to select more than one option from a list box. To retrieve this information I use the Split Function i.e. [code=ASP]<% strSQL = SELECT APP_JOB FROM TBLAPPLICANTS Set RSAPPLICANT = Server.CreateObject("ADODB.Recordset") RSAPPLICANT.open strSQL,Conn Dim strjob strjob = RSAPPLICANT("APP_JOB") choice=Split(strjob, ",") %>[/code] …

Member Avatar for whisper_101
0
174