Simulate HTML page

402 byte By lribeiro at 2007-11-20 11:17:40
Hello.I have a HTML page with 3 TextBoxes, the first with username, the second with password and the third to write XML code. Then there's a submit button that send the content to an ASP page.How can i, using VB (and if possible VBA Access), do this programatically in order to automate this pro...

deleting top 30 items of the table of each date

169 byte By srinivasgajula at 2007-11-20 11:17:43
i am using sql server 2005 <br/>my table consist information date wise...<br/>now i want to delete top 20 or 30 rows of each date<br/>thanks in advance...

How to add events to HTML Listbox at runtime

502 byte By Me_Himanshu at 2007-11-20 11:17:44
Hi all... I want to add a particular event to listbox ...my listbox name is 'ListAudioIn' and i am trying oOption = document.createElement("OPTION")oOption.text = "real player"oOtion.value = 0;ListAudioIn.add(oOption);And i am getting an error: ListAudioIn.add is not a function...

Expected: End of Statement

843 byte By Broodmdh at 2007-11-20 11:18:08
I hope that I'm not posting this in the wrong forum. I am getting this error thrown when my page is executing some vbscript. The script is actually built and written to the page from the code of the asp .net page. When the code isn't written (as is sometimes the case), the page work cor...

Progress Questions

846 byte By s2welee at 2007-11-20 11:18:18
Hey folks. I am having a terrible time trying to learn some pretty old software (not much info about them around anymore). I am a network Admin (0 db experience) who has been shouldered with DB issues... I have a progress database (v9.1) that I need a bit of help with. My issue is that I am not...

[RESOLVED] linking in php

6368 byte By davidjmorin at 2007-11-20 11:18:30
how can i place links in this code that will auto populate the link to the displayed jpg, or avi?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><...

need some help - random values

217 byte By hoppo at 2007-11-20 11:18:53
I searched in some helps, but I still have no idea hove to at my sign change value of register BH (or another one) randomly and as many times during program as it will be neccesary<br/>can you give me some hints?

Calling BIOS Services

1330 byte By gabirata at 2007-11-20 11:19:12
I'm trying to update some structures on DMI Pool Data according with the DMTF specification to SMBIOS. I'm trying to use the 52h function of the BIOS. The specification has the following code showing how to call that function in assembly. Then I would like to know what is "entryPoint" in...

Pop-up Window

310 byte By rocflambo at 2007-11-20 11:19:27
Hello, I want to create a pop-up window with ArcPad studio. Everthig goes right in my desktop computer. When I run the code in my PDA I get a script error: 800A01AD. The code is: Set objShell=Createobject("wscript.Shell) ObjShell.Popup"test" I thank you in advance....

Uploading With Sql And Php

416 byte By davidjmorin at 2007-11-20 11:19:41
Hey everyone. ive search google for this and found a few sites but dont have a grasp on it. what i want to do is use mysql to upload data to and then pull the data from the server to display the results that people can download. Sorta like a very simple youtube. without the flash. i have the script...

PHP programs

275 byte By davidjmorin at 2007-11-20 11:19:42
does anyone know of any programs like dreamweaver that will write php? I learned html by using such programs and now im trying out php. i know im way behind haha. but a program where you can just design the page and it auto writes the source would be great. any suggestyions

Im new. How do I get the field names to show in my php mySQL search?

1608 byte By trustedruss at 2007-11-20 11:19:45
I can get the rows to display, I can make it only show certain rows but I can't figure out how to get the field names to display at the top of the columns so that when a user scrolls down, the field names stay there. I know I have to do some sort of header but can't figure out how and I�...

Keep a value on page refresh

1182 byte By Steve Putt at 2007-11-20 11:20:22
I used FrontPage Database wizard to create a page showing results for a queried date from a database of dated events. I'm using javascript to get today's date on page load ("var CurrentDate = new Date()"), a var QueryDate formats CurrentDate data to match my database field and stores it in...

Generating javascript through perl

656 byte By ahammad at 2007-11-20 11:21:16
Hello,I have a perl file that generates an html file to use on a webpage. I have to add some javascript to the html part of the perl file.I already have some code to do that, but here is the issue: the javascript needs to grab a parameter from the perl information.eg., lets say I need to run javascr...

mysql upload

1955 byte By davidjmorin at 2007-11-20 11:21:20
so ive been reading php.net about mysql and php. ive created a form that will upload person names and numbers. but what id like to do is add it so that i can have them upload pics/videos as well. what can i add to the form to do this? the form.html<html><body><form action="insert.php"...

[RESOLVED] getElementsByTagName help

615 byte By Visslan at 2007-11-20 11:22:52
Hi!I want to check if the input fields in the element, elem (a radiobutton), is checked. This is the code I've come up with so far. But it's not right can anyone please help me with this.if( sender.checked ){ elem.style.display = 'block'; inputArray = elem.getElementsByTagNam...

posting data to mysql table via form

5315 byte By monkeymafia at 2007-11-20 11:23:23
Hiim trying to send user inputted data from a html form into a mysql table.when i press the submit button it does not display any errors but the table is empty. i dont know whats wrong.heres my php connection code:<?php$db_host = "localhost";$db_user = "myuser";$db_pwd = "mypassword";$db_name = "...

need help in adding two 64bit numbers

763 byte By yeahdude at 2007-11-20 11:23:27
good day guys,i need your help with this, a program that adds two 64bit numbers and stores at the memory location GAMMA. The first 64bit number is located at the memory location ALPHA whle the other 64bit number is located at memory location BETA..i got some hint with my friend's book, i think...

[RESOLVED] Opening something with opendir()

491 byte By sakurazuka at 2007-11-20 11:24:00
If i want to open some directory with the opendir function, can I input the path relatively to the script path? For example lets say I have a script.php file locateted in the directory 'C:\Server\www' - so it's path would be 'C:\Server\www\script.php'. Now then, if the scrip...

ajax post algo

1382 byte By Mitsukai at 2007-11-20 11:24:06
there might not be really a name for this, i just call it thisi made an "algorithm" that replaces {X} in my html file with the table data returned from PHP. i however cant seem to get it to work... i think it should work but im new with RegExp in javascript and i might be doing something wrong im no...

SQL query

483 byte By shipwreck99 at 2007-11-20 11:24:18
I'm just not getting the following code to work:<% set conn =server.createobject("ADODB.connection")conn.open "warehouse", "****", "****"id = request.form("custID")sql = "Select OrderNumber, OrderDate, Shipped from orders"sql = sql & "where custID =" & idset rs = conn.execute(sql)%> Ther...

Perl - registration validation

420 byte By hsdhun at 2007-11-20 11:24:52
Hi all,I hope someone can help in here about the problem that I have. I have a web application using perl and I want to create some sort of validation using url which is the same as this site forum user registration which after you register, email will be sent to you and you have to click the link t...

Changing php.ini in XAMPP

323 byte By shoaibi at 2007-11-20 11:24:59
i have this problem. i changed my php.ini a little, just changed some values, like post size and etc, stop the xampp and started it again (e.g. stop mysql,apache and then started them again) and now when i called phpinfo still the old value are displayed and the new values are effective, while php.i...

Read a SQL xXpress Created Database

1380 byte By NV2002 at 2007-11-20 11:25:33
Hi All, I am a newbie. I am using SQL SERVER EXPRESS ( Free Version ) and theFree version of VB.net 2005. I have created a Database inside the VB.netIDE and can use it with the program fine. How do I view this same databasewith another program ? I found the Database viewer and I can't seem to g...

DAL vs Web Services

617 byte By terickso at 2007-11-20 11:25:35
My company is considering changing from using webservices to retrieve data from a sql database to a data access layer utilizing business objects. Has anyone actually use both and can comment on performance differences. Also is a dal the definite way to go, not taking into consideration the time to...

MS SQL 2000 INSERT Record

1133 byte By snoopsterg at 2007-11-20 11:25:39
Hi,i have a strange scenario that means i have to createa duplicate record and then update both when a certain criteria is met.The database is for the company i work for, and we create coils of wire.We have Data Capture Database that tells us the Start Time and End Time of a Coil.We also have A shif...

Getting started - mobile developement

970 byte By IvanGammelgaard at 2007-11-20 11:25:53
Hi,I want to start developing one or more mobile application.I want to develop something that can run an most/all mobile devices.Its a messaging program that should display something on the phone when triggered from a server. Some kind of notification triggered via SMS or some other network informat...

help in convert hex to bin

762 byte By pengait at 2007-11-20 11:26:40
thanks for reading this tread.first of all, im trying to do a logical calculator that doing a XOR operation.the program will do;1. insert 2 input, 8 bit(1byte) from user (binary)2. xor the input3. display the result in binarythe main problem that i have is to display the result in binary.problem;-th...

Prevent injection MSSql server

390 byte By ktsirig at 2007-11-20 11:26:42
Hello,I wanted to ask if anyone knows of a way to prevent injection in an SQL SERVER 2005. I mean, is there any way to do all the blocking in the server and not have to escape each special character one-by-one?For example, in PHP I used mysql_escape_string and automatically the string was OK to send...

[RESOLVED] Sql Problem

961 byte By Bill Crawley at 2007-11-20 11:26:44
Hi All,I currently have the following SQL Statement:select c.Id, c.name, c.active, a.name as attribute from component as c join attribute as a on c.attributeid = a.id order by c.name ascthis gives me data in the form:183 Communal Enclosure 1 Cleaning150 Composite 1 Door...

How to make div-windows z-index refresh?

18187 byte By Samuell at 2007-11-20 11:26:58
Bonjour, everybody!) I recently set up this script for my purpose and found small bug. When I open(create) few windows they appears in right order: new ones appears over previews according to their z-indexes. But when I close all windows they just become hidden and when I open them again in another...

Parallel port controller from php

221 byte By Petrusz at 2007-11-20 11:26:59
Dear You,<br/>Could you please give some advice how to write a php or Java script to be able to read or write the parallel port through the web? similar than used to be by Pascal<br/>Many Thanks,<br/>Peter

ADO.NET and SQL2000 and Arabic data

734 byte By mamian at 2007-11-20 11:27:09
I have a project made with VB6 using RDO connection to connect to SQL 2000 to a database with collation sequence SQL_Latin1_General_CP1_CI_AS, same collation is used for the columns, This database contains Arabic Data in VARCHAR fieldsI wrote a small program with VB.Net 2005 that connect to the same...

SQL Service Broker

223 byte By RickCrone at 2007-11-20 11:27:18
SQL Service Broker in Microsoft's SQ 2005 product looks interesting. We have been using replication to keep remote client's databases in sync with ours. Would SQL Service Broker be a better way to accomplish this?

resize div height

1183 byte By jasonli at 2007-11-20 11:27:24
In html page there is only one div. I want div to resize while user resizes the browser window. Html code is as belows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=" http://www.w3.org/1999/xhtml" ><...

Need help in ASCII to BCD conversion

214 byte By pins4u at 2007-11-20 11:27:42
Hi,<br/>Can anyone please help in converting the ASCII code to BCD using the assembly language. I am new to this language and have no idea where and how to start.<br/>help will be appreciated<br/>thanks in advance.

[RESOLVED] SQL query & selection list

1086 byte By shipwreck99 at 2007-11-20 11:28:12
I need to to this:Create an asp page that contains a form that contains an xhtml selection list containing all the customer names as the option text & the customer ID as the value for the option. The selection list should be created by running an SQL query to obtain the data from the database. I...

I want dummy database for forums (practice purpose)

175 byte By technoroj at 2007-11-20 11:28:14
hi all !!<br/>I want database for forums, so that I can practice on forum management.<br/>Please provide database which contains data.<br/>Thanks,<br/>technoroj

microsoft personal webserver

58 byte By kalaid at 2007-11-20 11:28:15
Hi<br/>How can I get Microsoft Personal Webserver to work?

install curl

34 byte By kalaid at 2007-11-20 11:28:16
Hi guys<br/>How do I install Curl?

[RESOLVED] Relocate Window?

122 byte By Visslan at 2007-11-20 11:28:47
Hi!<br/>I want the button click on an alertbox to relocate my application to another page. Can anyone help me please?

Creating a Database copy

369 byte By RobVoip at 2007-11-20 11:29:01
Hi Guys,New here, i am just wondering what the easiest way would be.I need to copy over a complete access 2003 database as we will be using it for another campaign. The VBA code and forms need to remain intact (with minor changes at a later date), the tables need to remain but the records need to be...

Strange Bug With Firefox, Php(mysql)

1621 byte By Lucky-8 at 2007-11-20 11:29:07
hey guys,i have writen some php scripts for a website with transacts with mysql database.... now i have used classes, lets say i defined all basic repetitive methods like connect, select db, and stuff like that in a file called mysql.php and i have written it as a class. Now when i define an object...

[RESOLVED] Wondering why this doesnt work

257 byte By stin at 2007-11-20 11:29:15
The following code produces 0 results, however, if I replace '%' with '%%' I get the entire table returned. Any ideas?<br/>declare @blah char(2)<br/>set @blah = '%'<br/>SELECT * FROM dwJobs WHERE cono LIKE @blah

simple html code

383 byte By hkullana at 2007-11-20 11:29:24
hi,i need to learn a simple html.I am using a link which runs "OnClick.exe". I used the line below;<A href="OnClick.exe"> Start</A> instead of a link i want a .gif file appears. So; what i want to do is when i click on a picture ("sample.gif") the "OnClick.exe" is run. Thanx for helpreag...

Primary Key

444 byte By NV2002 at 2007-11-20 11:30:10
Hi All, Is there any way to make the "Primary Key" generate itself? I think in anAcess database there is an option so that whenever you enter a new line it automatically generates a Unique Primary Key. I don't see how to do this in a SQL Server Database? Perhaps I just missed it. This is new to...

ModalPopUpExtender Problem

1706 byte By Bill Crawley at 2007-11-20 11:30:35
Hi All,I have a modal popup Declared as a panel on my form and use a small piece of javascript to display it. The popup itself pops up fine and I've used this method before to use this control.The difference this time is that I want to pre-populate the popup from my main form.So in my Panel tha...

add buttons to control my displaying

1235 byte By zhshqzyc at 2007-11-20 11:30:56
hello, I want to add buttons to control my displaying.Would you please give me an advice?Here is my incomplete code. Thanks<head><!-- Head Scripts --><script type="text/javascript" src="/skins-1.5/common/ajax.js?97"></script><style type = "text/css">#firstp {color : #0...

[RESOLVED] help with a sproc (update/insert)

1935 byte By MadHatter at 2007-11-20 11:31:01
Can someone help shed some light on why this sproc isn't working:CREATE PROCEDURE [dbo].[SaveUser] @ID int, @UserName varchar(50), @Password varchar(50), @EmailAddress varchar(50)ASBEGIN IF EXISTS (SELECT * FROM [user] WHERE [id] = @ID) BEGIN UPDATE [user] SET [username] = @UserName, [passw...

xhtml form with selection list

494 byte By shipwreck99 at 2007-11-20 11:31:43
I need to create a form which uses an appropriate input device (eg. text box) which will allow the user to select the basis for a search. the user should be able to choose between the following options:*customer last name*customer number*order numberso when the user selects one option or a radio but...