首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

flash 判断的有关问题

2012-03-29 
flash 判断的问题on (press) {username this.unamepassword this.upassif (username123456 && pa

flash 判断的问题
on (press) {
 username = this.uname;
 password = this.upass;
  if (username="123456" && password="123456") {
  getURL("http://www.baidu.com")
  }
}
我想判断 username 和 password 同时满足条件后,连接到一个网址,但是上面的代码不对啊,高手帮下

[解决办法]
这种代码是写在button上的,不是写在帧上的

热点排行