Web Development Questions and Answers

Recent IT Questions

81 - 100 of 224

Functions in JavaScript

function pcs() { var t1=document.getElementById("tot1").value var pb=document.getElementById("pcbox").value var pc="" if(t1==! && pb==!) { document.getElementId("rbox").innerHTML="" } } My question is if the value t1 & pb = null means the function pcs() is not writern...How?

View Answer   |  Jan 23 2009  12:48 AM GMT
JavaScript, JavaScript functions, Web development
asked by Others

  5 pts.

Writing a Script for Website

I am looking to see if it is possible to write a script for a computer that would automatically sign you onto a website and click a button and then enter a predetermined number into a box and then submit. I would need this done every time a certain section of a website changes. I am not that...

View Answer   |  Jan 22 2009  10:44 PM GMT
Scripting, Windows scripting, Web development
asked by Justcarl

  5 pts.

Absolute Positioning of controls in ASP.NET 3.5

hi can one clarify the following query,"HOW TO MOVE CONTROLS FREELY ON ASP.NET3.5 WEBPAGE"

View Answer   |  Jan 22 2009  11:32 AM GMT
ASP.NET3.5, Web development, Interface design
asked by Bala11

  50 pts.

OnChange Filter to first Value Request

Hello I am running a script that when searching for a property, it uses the onchange feature for three fields regarding the location of the property. for example: Country, State, City When you choose a country, you then choose a state(which correspons to the country) and then a city(that...

View Answer   |  Jan 11 2009  2:11 AM GMT
onChange Event, JavaScript, PHP
asked by Zanz

  5 pts.

How do I configure my PC as a Web Server?

I have a Domain name registered. Now i want to put some web pages under it. Further i want to use my PC as Web server. How can i do this ? Need some help from you experts. Waiting for reply.

View Answer   |  Jan 9 2009  5:41 AM GMT
Web development, Web servers, Home web server
asked by Kelp

  115 pts.

Error handling in Perl Web application

here is my problem, im working with online exam , i have a doubt that when the questions start displaying ,if i doesnt click any of the option(answers), there should be a msgbox saying choose one option(answer) and should allow to select option after displaying msgbox. pls send the reply with...

Answer Question   |  Jan 7 2009  8:12 AM GMT
Perl, Web development, Web applications
asked by 22853

  5 pts.

Using the selectedIndex value in VBscript

I'm calling a function through <select onChange="funcname()"><option>. inside that function I got the selectedIndex value, but when I used that value as an index to get an array item which is declared in the <head> section and filled in the <body> I failed it always gets...

asked by Sief

  70 pts.

Writing code for a user agreement when someone signs up to my website

I was wondering if anyone know how to make a check box saying "I agree to all terms and conditions of the website" and only let people sign up who have checked the box Also i was wondering how to make it so they would have to type a certain word to get a valid username eg. when it has a picture of...

Answer Question   |  Dec 30 2008  5:38 AM GMT
Web development, Website registration
asked by Redshirt713

  5 pts.

jQuery change INPUT type - name or full field on forms

Hi, I´m really busy on this, I need a Jquery to replace some form and input attributes because I´m using a third part script wich don´t give me a chance to change the ids and classes. I searched all internet and now I decided to post here... I need Jquery to change the fields (on page load).....

View Answer   |  Dec 21 2008  3:21 PM GMT
JavaScript, Web development, Web forms
asked by Onlinemkt

  5 pts.

PHP question

I have a commercial website and it is getting too big to manage on a page by page basis. I want to convert to the PHP format but I have no knowledge of PHP functionality. I looked at the PHP website but find it confusing to understand. Can someone please explain the basic principle behind PHP to...

View Answer   |  Dec 18 2008  10:35 AM GMT
PHP, Web development, CMS
asked by Lolita

  25 pts.

WPF and C# (challenge)

please follow the link : "http://msdn.microsoft.com/hi-in/default.aspx" and see in the top right corner, when u move mouse over the "microsoft.com" you can find the dropdown window which grows like some animation part and when you mouse leave the animation shrinks and disappears, i want to do that...

View Answer   |  Dec 16 2008  10:00 AM GMT
Web development, Interface design, Web design
asked by Vinothkumar124

  15 pts.

JavaScript addContent function - Packaging Options

* IS THERE A WAY to use this javascript addContent function, * Incorporate the utility of an ADD button * But avoid using the packaging of FORMS? While making use of a sample for addContent (located at...

View Answer   |  Dec 11 2008  11:44 PM GMT
PHP, JavaScript, MySQL
asked by Bryanfox

  5 pts.

Software testing IE6 limitation

Hi, I'm developing something based on IE6. I'm try to use many IE6 components in parallel (go to web sites) but it seems that some resource on my computer limit my program and i get very poor tesults. can someone help me to analyze it? what is the limitation of parallel processing? Thx. bob

Answer Question   |  Dec 10 2008  8:54 AM GMT
Software testing, Web development, Internet Explorer
asked by Nado

  5 pts.

How do I make "Notes text" links hyperlinks on a browser?

My notes application generate text links like this: notes:///8525656D003361E0/0/2F5500FD29A3D91185257514006BB837 The links are send via email to notify user of the documents they need to see. When the users opens the email with outlook the link active (a hyperlink) but if we open the same...

View Answer   |  Dec 6 2008  10:47 AM GMT
Web development, Browsers, Outlook
asked by Hmartinez

  5 pts.

How to change web site behavior without changing code?

Does anyone know how to do this or if it is even possible? There is a tree view explorer along the left side of the page and a page viewer on the right. The user clicks an item in the tree view and it loads a page in the page viewer on the right. The page in the page viewer just contains a link to...

View Answer   |  Dec 4 2008  3:15 PM GMT
JavaScript, Web development
asked by Contractanalyst

  15 pts.

How to import Microsoft Access to SQL Server 2005

hi, while i am importing database MS-Access to sql server 2005 its could not importing its Showing like this: The operation could not be completed. Additional information: -> Not a valid password.(Microsoft JET Database Engine) What to do? can you give the solution. Thanks, Deepa

Answer Question   |  Nov 30 2008  4:41 PM GMT
ASP.NET, Microsoft Access, Web development
asked by Deepatss

  5 pts.

(2008 Visual Basic) I need help with an error in my code

1.Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click 2.For Each Link As HtmlElement In WebBrowser1.Document.Links 3.Dim strText As String = Link.InnerText 4.If strText.IndexOf("Heal") > 0 Then 5.Link.InvokeMember("Click") 6.Exit Sub ...

View Answer   |  Nov 29 2008  4:51 PM GMT
Visual Basic, Web development, Debugging
asked by TryingHard

  50 pts.

Logon failed in ASP.NET

hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); ...

Answer Question   |  Nov 29 2008  6:03 AM GMT
Crystal Reports, ASP.NET, Web development
asked by Amitshukla

  45 pts.

Extranet login page

I have setup an corporate extranet using a basic website I made in html. I setup security so when someone accesses it, they have to use their Active Directory account to login in to the web page. It is simple. Just as it is default in IIS6, a window pops up asking for username and password. I...

View Answer   |  Nov 28 2008  4:53 PM GMT
Web development, Private networks, IIS
asked by Rcraig114

  20 pts.

Dynamic Alt Tags

How do I get dynamic alt tags to show for my product detail images? I have used this bit of code: <dspel:img src="${heroInfo.url}" width="${heroInfo.width}" height="${heroInfo.height}" border="0" iclass="bigprod" name="heroImage" id="heroImage" alt="${product.displayName}" /> but the alt...

Answer Question   |  Nov 21 2008  11:29 PM GMT
Web development, ALT tags, Dynamic image ALT tags
asked by TiiTommy

  5 pts.

81 - 100 of 224