User Profile

Collapse

Profile Sidebar

Collapse
nikou_70
nikou_70
Last Activity: Feb 7 '06, 04:31 PM
Joined: Nov 23 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nikou_70
    started a topic chage registry with asp

    chage registry with asp

    Hi, I have a html page that contain a form, I want to change windows registry, this key (LegalNoticeTex t) to amount of the text box in the form how I can do this?
    Thank
    See more | Go to post

  • nikou_70
    started a topic fix page margin for printing in html or css

    fix page margin for printing in html or css

    I have a html page, I want to user can print it, I don't know how I can fix margin for page that user can print page without manipulate top or left margins, now printing in each computer different from the other and it depend to IE setup. How I can fix it?
    See more | Go to post

  • nikou_70
    started a topic fix page size in html

    fix page size in html

    I write a page in HTML ,user can print it I want to fix page size in print page set up to (legal) that doesn't need user every time change option how I can do this.
    See more | Go to post

  • nikou_70
    started a topic submit form when mouse over

    submit form when mouse over

    I have a page with image, image has some image map, I want to submit form when user mouseover that image map, my code is like this:

    Code:
     
    <img src="Images/floor4.jpg"usemap="#planetmap" id="IMG1">
    <map id="planetmap" name="planetmap"> 
     
    <area id=f4 shape="circle" coords="65, 93, 11" alt="CF4588" onmouseover=overf4()>
    ...
    See more | Go to post

  • nikou_70
    replied to Run website in server
    in IIS
    put website on server

    My web site works local in my computer with IIS, I put site on the
    server when I try to delete a page It display page can't display and
    information bar(in IE) says: your security setting do not allow web
    site to use activex control installed on your computer.
    See more | Go to post

    Leave a comment:


  • nikou_70
    started a topic Run website in server
    in IIS

    Run website in server

    My web site works local in my computer with IIS, I put site on the
    server when I try to delete a page It display page can't display and
    information bar(in IE) says: your security setting do not allow web
    site to use activex control installed on your computer.
    See more | Go to post

  • nikou_70
    replied to use windows password in asp?
    about (&quot;auth_use r&quot;)

    Thanks for your help I really appreciate it ,I have a question how I can use it, try to write it but it doesn’t work,,
    See more | Go to post

    Leave a comment:


  • nikou_70
    started a topic use windows password in asp?

    use windows password in asp?

    I have an ASP page intranet application hosted on IIS in a Windows xp. I need to provide restricted access to various portions of the site based on the user's username/password. I do not want the users to have a separate username/password for the site, but to use his/her existing Windows username/password for access.
    Is there a way to capture the Windows username/password and provide site access based on this? Is there a way of providing such...
    See more | Go to post

  • code select

    This is my select code that shows fields in text box, I don’t know how I write Insert statement, please help me, thanks

    Code:
     --------- 
     
    <%@ Language=VBScript %>
    <html>
    <head>
    <meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    </head>
    <BODY bgcolor=white>
    <CENTER><strong>
    <em><font
    ...
    See more | Go to post

    Leave a comment:


  • Select data and update all field in one page in asp

    Hi guys,
    I write a program with asp that select data from data base and show data in text box in asp, I want to know how user can change data and save it in this page, (I want to view and save data in one page).
    See more | Go to post
No activity results to display
Show More
Working...