Hallo<br/>i have encoding problem in AJAX , it seems that it doesnt support multilanguage , i m trying to display Arabic text and i got '??'<br/>how can i solve this problem
I haven't written asp for many years and i almost forgot all the script...i have tried to write a login function using asp and mysql and get some errors...hope someone can help.login.asp<form id="form1" name="form1" method="post" action="check.asp"><p>Login</p><table width=...
214 byte By
pins4u at 2007-12-5 22:11:41
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.
How to create a query to convert a date datatype to string datatype? I use Ms access database.
I am using Visual Studio.NET 2003. Anyway, I am creating my first multiple form Pocket PC project, and I am having trouble accessing any variables from the first form of the project. I have 4 forms, and each one loads when I press a particular button. Example: Form 1 is the form that automatically l...
Hi,I'm using ADO recordset Save method to spit the result into XML format and then feeding the resultant XML to XMLDOMObject to display the data based on XSL.Here the issue is - one of the field having a text value with '1/2' and '3/4' symbols in it. XML parser complains tha...
I have created a browser application. The application works as follows.The user clicks a link on the left ;This action is hrefed to a another htm page(b) that has two inlined frame one of which is disabled. So basically another htm page(c) opens up in the visible inlined frame.The page b has two sub...
I have installed AJAX as well as its toolkit. But none of its component gets displayed in the toolbar of VS2005 except Ajax Extensions. How can I get additional toolbars displayed??<br/>Thanks in Advance
<?php require("include/const.php"); ?><br/>In the quotation marks.<br/>"/" can't be used.<br/>I want to include the file in " http://mywebsite/include/", but I don't want to specify the website name.
492 byte By
Slider7 at 2007-12-4 23:57:02
I wanted to introduce myself.I currently program in assembly using masm for 32 bit apps. I used to write in C and C++ but decided I didn't care for the code bloat. It is harder in assembly, but the speed and size are worth it to me.I do still write and maintain 16 bit code as well. Most of it s...
I'm using Oracle9i and I have created some stored procedures in them.<br/>Can any of u tell me how to view the stored procedure?<br/>Thanks in advance..
Hi all,I was asked to develop software where users should be able to send SMS in which they ask for the ringing ID, and system should be able to send the rining tone back to them.I am very new to this. can any body give me a clue like what are the parameters that I need to store?What is the format o...
374 byte By
mike_bio at 2007-12-4 23:56:58
Hi, I'm new to xml programming and I have a question.I have made a very simple xml (version 1.0) file, and I want to create a DOM diagram of this file. Is there a program that can do this automatically? I mean, I give the program the .xml file and it generates a picture (.bmp or whatever) of th...
363 byte By
oja at 2007-12-4 23:56:44
hi.may i ask your opinions how can i make my script continue to run after each log off/logon for n times. my script only logs off user then logs on again then get some information from task manager and record it to a file.but unfortunately after logging in again, my script stops. :(really need your...
does opera and other browser support ajax ?<br/>specially : http request from client side to retrieve document, xml etc. <br/>if it does how ?
Hello , <br/> im beginner in php. How to create a php page or function which i have send a ini file as parameter.
The ISA are: http://highered.mcgraw-hill.com/sites/dl/free/0072467509/104653/PattPatelAppA.pdfI want to know how to multiply a bit by 2 to shift it left, divide it by 2 to shift it right and store the bits that extend out to restore them at the bottom again, shifting the bits in a circle....
2053 byte By
jrs79 at 2007-12-4 10:39:20
Little background info...1 Web Server running Win 2003, IIS 6.0, .NET Framework 1.1 SDK1 SQL Server running Microsoft SQL Server 2000Here is the problem. I have a massive query that runs from the Web Server as a SQLCommand on a .NET VB page using the SQL Adapter. For the most part it will time out...
595 byte By
tiger99 at 2007-12-4 10:39:19
HiI have a web tool written in ASP. One of the feature is dynamic drop down list which updates a drop down list as another drop down list is changed. I uses javascript to reload the same page to update the drop down list. Everything works fine on the webpage using desktop/laptop. However, it doesn...
83 byte By
lldemail at 2007-12-4 10:39:14
How do i create a large(server Ms) XML?<br/>Please give me some suggestions,thanks!
I found out the problem of the my MSChart OCX control loading problem in IE. After I installed the Visual Studio 6.0 to the machine, then it works. Now I need to find out what component or things added by Visual Studio that makes the OCX work. Can anyone help me on this?I should mention that even...
604 byte By
pjb007 at 2007-12-3 19:25:52
I have a form that works when the form action is set to form action="login/login.php" That works find it displays the error if the details are missing/incorrect and displays the correct page if the correct details are used. But as soon as I change it to this form action="javascript:ajaxpage(...
We hava data file which has entries in this format:sap/base/parser/agent/wholeworld.cppThese have to be converted into :wholeworld.cpp|sap/base/parser/agent/ie <filename>|<path>This has to be done via command-line.and we cannot do a hard-coded awk -F/ print{$NF "|" $0"/"$1... etc.},as t...
1136 byte By
v1ru5 at 2007-12-3 19:25:50
#Output format must be:#"answer = CAGEKI"############################################# text segment ############################################# .text .globl __startmain:#------Start Cut--------la $a1, chararray # &chararrayli $t4,3loop: lb $t0, 0($a1)lb $t1, 1($a1)sb $t0, 1($a1)sb $t1, 0($a1...
270 byte By
MikeRT at 2007-12-3 19:25:49
Hi,<br/> I am new for database query. I am using Ms Access to store data. In Ms Access the date is in format of MM-DD-YYYY. I want to retrive that date in DD-MM-YYYY format. Can any body tell me how to convert this date format.<br/> Thanks in advance.<br/>Mike
304 byte By
Electrix at 2007-12-3 19:25:48
HiI would like to know whether a C code written on a Win CE platform canbe ported(with little or no mods) to a Ericsson Mobile Platform. Alsois there an Library Support provided with SDK of Ericsson MobilePlatform ? I'd be happy to get some pointers on this.Thanks...
362 byte By
CoolStar at 2007-12-3 19:25:47
Hi All,I am using C# to Search the Particular node in XMl.<ParentNode><CustomVar:HCMVar ID = "234" LABEL = "TestLabel" /></ParentNode>I am searching for all the nodes starting with HCM, Can I do some wild card Search Something like CustomVar:HCM*.Please suggest !!Thanks in advan...
Hello, I have a textarea html tag inside a page, and I want that every time that the user press the enter key inside a textarea an event will be fired. How can I detect that the enter key is pressed ? I know that the onkeypress event is fired everytime that the user press any key, but I wa...
354 byte By
davidc2p at 2007-12-1 0:34:58
I've just discovered Ajax. At first, i thought it was a new language since i've never heard of it before. In fact it's just part of Javascript since long. I've heard its popularity has been brought by Google and it seem to bring obvious advantages. In this case, why in your opin...
402 byte By
lribeiro at 2007-12-1 0:34:57
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...
3684 byte By
3mu180r at 2007-12-1 0:34:56
Hey, I am trying to follow along with an old p norton book on 8088 IBM PC Assembly programming and the book builds a disk viewer and I have written the first half and at this point you should see a dump of the first 16 bytes of sector 0 and instead, nothing happens and the application just hangs the...
720 byte By
Golovko at 2007-12-1 0:34:55
I am writing software that basically stores all information in an access file (*.mdb). I am re desiging the database schema, which means new design within the .mdb file.My questions are previously integrtiy constraints did not exist in the database in much of any degree. I am assuming Access can do...
Hi,Need help on this. I need to get the h/w serial number (not file system volume serial number) of an IDE hdd attached to the motherboard of an CE.NET 4.10 embedded device thru the IDE connector. I need to do it using EVC++ 4.0. I found a PC version of the diskid32.cpp and it worked fine on the PC...
What do you guys use for XML parsing,generation and validation by dtd and schema?Ideally I'm looking for something maybe STL/Boost based.I think on windows there is a COM object i could use but I would prefer a more portable solution, so what do you guys use for this?Are there any free C++ libs...
I wonder if Microsoft XMLHTTP component can share http session with IE hosting it? If yes how can I make it use this session?
1802 byte By
=vd= at 2007-11-29 14:56:29
I have folowing AJAX connector:function ajaxConnect(url, postData, callBackFunction, mode) { var xmlObj = new Object(); if (window.XMLHttpRequest) { xmlObj = new XMLHttpRequest(); } else if (window.ActiveXObject) { xmlObj = new ActiveXObject("Microsoft.XMLHTTP"); } else { alert("Error initializi...
I'm creating a SYSTEM for PHP, and I can't figure this thing out.Language: PHP & MySQLEmail: viralsmack@gmail.comDescription:I'm creating a System for PHP, in which a user can submit his own "pages" to my website. He/She registers, Logs in, and then, has an option to create their own...
305 byte By
telghali at 2007-11-29 14:56:27
I am trying to get a DOS application (16 bit, written in assembly with TASM) calls my Win32 DLL exported functions. I am new to windows system programming, but I think that Generic thunks will do the job. I am wrong? If not could some one help me with steps to follow, hints etc.Thank you in advance,...
240 byte By
jesvh at 2007-11-29 14:56:26
Hi,<br/>Plz Help me !<br/> If I want to find the n-th record ( order by one or some fields ), where<br/>n is quite large ( such as 1,000,000 ).<br/> How should I compose the SQL to get better performance?<br/>Thanks !!
29 byte By
scomet1 at 2007-11-29 14:56:24
because I don't know how
1048 byte By
sjcoder07 at 2007-11-29 14:56:21
Hello everyone: I am learing to use XSL to present element's content in XML file. The actural output I got is the source code in XML file. I expected to see 3 consecutive text llike Summer Chemistry 101. I think problem lies in my XSL file. Please check my XSL file and give me some suggestion...
237 byte By
dmeikle at 2007-11-29 14:56:14
what is the exact syntax of a javascript include?<br/>I thought it was:<br/><script language="javascript" src="../includes/myfile.js"></script><br/>but that doesn't seem to be working for me<br/>David
We just posted a new video onto dev-archive called ASP.NET Does AJAX ( http://www.dev-archive.com/video/article.php/c11501/) by Bill Hatfield. It shows how to create dynamic drop down lists in ASP.NET 2.0. You can find it at: http://www.dev-archive.com/video/article.php/c11501/(A broadband connection...
893 byte By
hubabuba at 2007-11-27 0:19:25
I know this can be really simple for some of you out there, but I can't seem to get the function I want. I looked at php.net and can't seem the find the answer.I want to pull out a code out of a line that has a length of 3. I run file() line by line and each line looks like this : (here 2...
2233 byte By
utcguy at 2007-11-27 0:19:24
I am trying to get this program to work but all i get is a blank result and would like to know what I am doing wrong. Can you please point out what is wrong with it? Any help would be greatly appreciated. i have created these subroutines to find the min & max elements in an array. i am not sure if i...
927 byte By
IvanGG at 2007-11-27 0:19:23
Hello!:)I have the following code:CRecordset rs1, rs2, rs3;CString strSQL1 = "SELECT * FROM [Orders]";CString strSQL2 = "SELECT *\n FROM [Orders]";CString strSQL3 = "SELECT *\nFROM [Orders]";rs1.Open(CRecordset::dynaset, strSQL1, CRecordset::none);rs2.Open(CRecordset::dynaset, strSQL2, CRecordset::n...
Ive created a very basic ActiveX control that will run in Pocket IE 2002, however after viewing HTML embedding my control, I experience problems when attempting to load another page. When I load another page, the form elements (buttons, edit boxes, etc) from the page embedding my control stick, ove...
I am having some trouble getting an XML docs data into a datagrid. The XML doc has attributes for each record but I could care less about those, I just need to be able to sort through the data, and I thought using a datagrid would be the best way.I have tried using the following code but all that is...
104 byte By
saiKamat at 2007-11-27 0:19:14
i urgently need a cross browser code to make a window/popup chromeless as well as modal <br/>tks<br/>Sai
325 byte By
agramma at 2007-11-25 11:55:29
hi , must convert the following c code to mips assembly for my university:odd = 1020000; /* 0xF9060 */j= 0;loop: if (j & 0x1) {printf(odd\n);odd++;}j = j + 1;if (j < 5) goto loop;printf(%d\n,odd); variables j and odd must be stored at registers $8 and $9($t0 and $t1)...