So I can't use what I have?
I have seen some examples of what I'm trying to do. But I don't know how to set the function to the TEXT.
Is there a way to do it with the function?
I have TEXT on a page, and I want to click the text to open a window page that is set to a size like width=400 height=400
Is there a way to do this.
I tried to use a javascript like this:
function FaqWindow() {
window.open('HR-FAQ.asp','Frequently Asked Question','width=300...
I have a button that is not in a form.
And I want to click the button to go to the next page.
Is there a way to do this with out the button being in the form?
thank you
Our database is on an Unix Server
I am able to connect to the database without having an tnsnames.ora file.
I'm not sure how I am connecting to the database. I thought that you must have a tnsnames.ora file to connect to the database.
And for some reason I can without having a tnsnames.ora...
It's still not working. I think I'm getting an error on the page but I'm not sure where.
Do you see any problem in the code?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script...
I tried this but its not poping up an alert. Im using dreamweaver to develope the page. When I run this on client side its not doing anything?
Can someone help?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
I have this code, and I want to validate this textfield and make sure the textfield is not empty or null and if is pop up a menu or message
is there a way to do this?
any help would be appreciated
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<html>
<head>
<title>Untitled Document</title>
<meta...
This is the code I have, but it is not working. Can someone look at it? I really need some help?
Thank you in advance
<%@LANGUAGE="VBSCRIPT"%>
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 3.0 Mac">
<TITLE>CSU SITE PREVIEW</TITLE>
<META HTTP-EQUIV="Content-Type"...
I have a textfield or textbox. I also have a button on the page with the textfield. when I click the button it goes to another page.
What I want to do is if the textfield or textbox is empty I want it to reponse.write a message or go to another page.
Does anyone have an example of this?
I'm using DAO 3.6 object library component
Delcare
Option Explicit
Option Compare Text
Dim DB As Database
Dim RS As Recordset
Database OPEN
Private Sub Form_Load()
Set DB = OpenDatabase(App.Path & "\vote.mdb")
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.