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
I get this error evertime when i run this code. I have the database open already from other code.
Does anyone know why I'm getting this error. Are there components that need to be set up in VB or does this have to do something with my syntax or fields in the database?
Dim strID As String...
If I have this could I run it to see if no records are found?
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_hr_ccn_db_STRING
Recordset1.Source = "SELECT user_name FROM user_table WHERE user_name = '" +...
Im searching a database, and if I can't find any records
return a response. When I run it, its not displaying anything and I'm putting in something thats not in the database.
I put a button on the form but how could I set it up once I click the button it will return the response.write or not...
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.