Request a Tutorial

  • Are you searching for a tutorial and getting totally frustrated because you cannot find it?
  • You can request it by logging in, choosing the right category and then click on the ADD NEW ARTICLE button.
  • If someone requested that tutorial already, rate it and we will give it priority.

Explore the Request a Tutorial

Beginners

Setting and changing text paths in Fireworks

How to set and change text paths in fireworks. Read More
PHP

Multpile record insert form

I am developing a product that will list resumes online and should allow customers to apply for jobs online. The issue is that the insert form will contain fields from different tables and when the user clicks the apply button, it should then insert the records into the apprpriate tables. Could you please assist by informing me how this is done? Thanks Daniel Read More
DHTML

Applying filters using Javscript in DHTML

Applying Filters using Javascript Read More
JSP

JSP session

Hi i am creating a login feature in Dreamweaver using jsp. I would like to know when a user logs in to a particular page how can i create a session, which will show an expired page when the user clicks the back button in internet explorer so that the login page does not show. When i click the back button the login page still shows with the username and then if i click the forward button it goes to the page that only requires login access. I need to somehow disable this by using a session.

If any one knows please help, if this is not clear please reply back

Thankyou

Read More
ASP

How to save file name after Rename Uploaded Files

how to insert into the table the file name

 after Rename  the Uploaded Files in the folder ?

-------------

<%
' *** Rename Uploaded Files 1.7.0
If (CStr(Request.QueryString("GP_upload")) <> "") Then
  Dim REUF_path, REUF_nameConflict, REUF_renameMask
  REUF_path = "doc5"
 REUF_nameConflict = "uniq"
  REUF_renameMask = "MC.##ext##"
  RenameUploadedFiles REUF_path,REUF_nameConflict,REUF_renameMask
end if
%>

-----------------------

i wont to get the name of the file after Pure ASP Upload  renme it !!!

 

Read More
Newer articles Older articles