Wrox Programmer Forums
|
.NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 11th, 2007, 03:37 AM
Registered User
 
Join Date: Apr 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ousys Send a message via Yahoo to ousys
Default Mutiple <select..> with XML problem

Hi, guys, now I am trying to make a form , which has 3 select tag,such as
Code:
<select id="country" runat="server">
<select id ="province" runat="server">
<select id="city" runat="server">
and there also have xxx.xml, xxx.js...
and I use loadXml, so each time, you choose a country , the "province" will list the corresponding items with the country, "city " follow the same action.

I test my code locally ,sometimes the select can displays content well ,sometimes not , and the code cannot work on firefox.But however, it can work locally well sometime.

I upload it to server, it gave a problem as
"I18n is undefined", anyone can give me a idea?

Thank you very much


Robin





Similar Threads
Thread Thread Starter Forum Replies Last Post
select="<b>" AlDugan XSLT 8 March 24th, 2006 02:01 PM
<style> tags in a <body> vs. <div> bcat BOOK: Beginning CSS: Cascading Style Sheets for Web Design ISBN: 978-0-7645-7642-3 1 March 27th, 2005 08:50 AM
HELP: XSL -> HTML <select selected=true> jedbartlett XSLT 4 October 7th, 2004 11:16 PM
a problem in book<<beginning asp.net using vb>> luoware ASP.NET 1.0 and 1.1 Basics 3 December 8th, 2003 09:32 PM
HELP HELP ODBC<->ASP <-> XML moon Wrox Book Feedback 1 November 9th, 2003 12:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.