Hello,
I have a guy who is trying to save time by having me create an interface that will basically write webpages for him.
I have most of it figured out, using mostly solutions from ASP...
i have a site and the company now opened offices in europe. they want to have the site translated in to dutch and german. i showed themthe google translate tool and it works great since most ...
I am looking to add the feature of a local street map within my website. I looked into mapquest, for what I need there is a pretty good size fee, I even called them on the phone. I don't min...
Hi! I just want to ask how i can get the user windows loginame using javascript. i am trying to create a webpage that display info about the user. thanks
Experts,
Is it possible to hide some automatically printed info on a web page such as the page URL, or the page number? Moreover, is it possible to add something custom, like the name of my...
Is there a PHP tool that will allow me to chown on my Linux web server?
Hi all,
I have created a simple form for inserting some traditional chinese character into oracle10g. When I display from it, garbage character comes out but not the traditional chinese ch...
Hi ,
I am making a connection to SQL server database in global.asa(Application_onstart). Whenever the SQL server is restarted the connection becomes invalid and then I have to restart the web...
I want to create my web site with <div based design instead html tags used now. can any one guide where can i start..? i know well javascript + html tags, syntax... not sure how do i start to ...
Below is my update command event..
I am trying to make the update caluculation works wether user input the data or not (NULL )
Here is my caculation part:
row.Cells[6].Text = Convert...
I'm developing a web application using an ActiveX control in which some methods get 'long *' for some output parameters.
Calling these specifying a long argument causes the following error:...
I'm using this to write a line to a txt file:
function WriteOneLine( sFile, sLineText, mode ) {
var oFSO= new ActiveXObject("Scripting.FileSystemObject");
oFile= oFSO.OpenTextFile( sF...
Hi,
I have the following case:
SearchBean
- SearchFolder
- SearchString
FolderBean
- CurrentFolder
- FolderList
...
I have a
<h:selectOneMenu id="selone_menu" value="#{FolderB...
I have previously solved this problem via E-E however i now have a slightly adapted problem I can't seem to work around.
The basis of it is... I have an image with a number of characters on...
I'm not sure if there is a way to do this. First of all, this is for an intranet where only recent (6) ie browsers will be used.
I create an html file on the server that the the user will t...
In ASP.NET 2.0
I am planning a website with a master page that contains a menu control and a content page. the content page
is a part of the page and is changed according the menu choice. E...
Dear java /servlet/ jsp experts,
I have created a config.xml file in my project directory
C:\TestProject\config\config.xml
while deploying in ...
How can I drow polyline (VML) that start at the first mouse click and add a points on each mouse click?
I tryed but it has a strange behavior.
I am getting a weird error in IE7:
Line: 387
Char: 3
Error: Type mismatch
Code: 0
URL: ...
This is all that is at line 387:
<div id="footer_panel">
I am not sure what needs to be...
Is it possible when user fill the Producrcode then The price appear in the cell of table
when user type product code in
<td><label>
<input type="text" name="ProCode[]" id="...
I have a c# Web Service with the following code so my client can read the dll file
[Web Method]
public byte[] getPlugIn()
{
Filestream appStream = File.Open("x.dll",FileMode.Open);
...
I have an access query that searches a message board for all posts, returns them, plus a count of replies from the replies table.
The problem is that the memo field that holds the 'message' i...
i hope i am asking this properly
i need to have a div that will be on the bottom of the screen at all times,
even when the user scrolls down the page. the div will stay on top of eveything...
I am trying to replicate the lock function in Windows.
I want to create a script that on a "Lock" button click, will display a div layer covering the full browser screen, with 20% transpar...
Hi,
I am trying to upload a 90MB file but then end up getting session timeout and end up in the login page.
I have tried to change the .htaccess file with the below additions but it does...