Hi, I am using vbscript. vbscript is working on windows xp. but not windows 2003. what should i do?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Hi, I am using vbscript. vbscript is working on windows xp. but not windows 2003. what should i do?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
below work in vs 2003, but not work in vs2010. what the difference? and what should i do if i want to run below code in vs2010? 1. behind code Dim commonScript As String commonScript = "SelectItem({0},{1},{2},{3},{4},{5},{6})" objRadio.Attributes.Add("onclick", String.Format(commonScript, SQLReader.GetString(0), SQLReader.GetString(1), SQLReader.GetString(3), IIf(SQLReader.GetString(5).Equals("0"), "", SQLReader.GetString(5)), IIf(SQLReader.GetString(6).Equals("0"), "", SQLReader.GetString(6)), SQLReader.GetString(7), SQLReader.GetString(8))) 2. <input id="_ctl0" type="radio" name="A" value="_ctl0" onclick="VBScript:SelectItem "JMX0579","visual2005","visual2006","visual2007","visual2008","visual2009","visual2010";" /> 3. Sub SelectItem(sItem1, sItem2, sItem3, sItem4, sItemGov, sItemNm, edu_ck) . . . . end sub
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
thanks for answer!!
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Hi, I am using vs2010 in windows7 32bit. And i have below code and it does not work at all. What should i do? --------------------------- <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <script type="text/vbscript"> Sub SelectItem2() MsgBox "test vbscript.", vbInformation, "OK" End Sub </script> <script type="text/javascript"> function SelectItem() { alert("test javascript"); } </script> </head> <body> <form id="form1" runat="server"> </form> </body> </html>
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Hello, I want to detect when user click back button in android webkit. I can detect back button event by below code. But it does not work in android webkit. Response.Cache.SetNoStore(); Response.Cache.SetCacheability(HttpCacheability.NoCache); Is there any way to catch back button button?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
thanks for answer. It is really helpful for me. Have a nice Day. And I also find blow link to connect oracle database without installing oracle client. But I don't know that it is working. http://omegacoder.com/?p=445[^]
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
It is convinient for me to install oracle client. But my client don't want to install oracle client in web server. Is there any way to connect and insert to oracle server without oracle client?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I want to run some page and don't want to popup. Just run page, because i want user to don't know.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I want to run some url and don't want to popup.
Below code is calling default2.aspx but do not execute javascript which is in the default2.aspx.
url = "http://localhost:56286/PIS\_INTERFACE/default2.aspx";
URLReq = (HttpWebRequest)WebRequest.Create(url);
URLRes = (HttpWebResponse)URLReq.GetResponse();
Below code is default2.aspx.
<script type="text/javascript">
alert("default2.aspx");
</script>
</body>
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Test.aspx is contained to master page. ans Test.aspx page create sub menu by using jquery. I want to maintain scroll when i click submenu which url is also Test.aspx. So if i click click submenu , page move to Test.aspx. Amd I want to maintain scroll. So I insert below code to masterpage and Test.aspx page. maintainScrollPositionOnPostBack="true" But it does't work...
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I have A.js file and I need to get server value which is in *.cs code.
for example below code is working in aspx page but not working A.js file.
var hiddenYear_id = "<%=common_config.hiddenYear_id%>";
So how can i get "<%=common_config.hiddenYear_id%>" value?
Have a nice day.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I have Master Page.
i insert jquery to head tag like this but I think that page can't load jquery_min.js file. How can i slove this?
(Below is master page)
<head runat="server">
<script type="text/javascript" src="common/scripts/jquery_min.js"></script>
I want to load Jquery script when page load
Because I have to use below code.
(Below is master page)
<script type="text/javascript">
$(document).ready(function () {
$.get('../common/path.xml', function (data)...........
});
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Function < body önbeforeunload="alert('Closing');"> is also working when I click other button(which make refresh page). I want to execute .cs fuction when user close page or move other page. Thank you!
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I want to catch event when user close page. And i expect to work just one time. So i Write blow but it does work when page load. How can i catch event? protected void Page_UnLoad(object sender, EventArgs e) { }
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I Have complicated sql. (there has many join sql.) so i want to check executing time. How can i check time? Have a nice day.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
Some web page is rigt action only in IE7 or 8.
So i want to force webpage to Compability mode.
I cod blow but it doesn't work.
How can i do that?
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9"/>
<link rel="stylesheet" type="text/css" href="../style/company.css" />
<script type="text/javascript" src="../../common/script/ui.js"></script>
<title></title>
</head>
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
If user click dates such as 2008-06-12 ~ 2011-09-25 I want to get year, month different not days. example) 3years 2month I am using TimeSpan function. but this function only show day's difference.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
I am using visial studio 2010. And i want to make download link. so i made by using href tag. for example) temp for example) temp xls show me download windows, but jpg file was opened by browser. How can i download link about all files?
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~
i was mading xml file for rss.
but I can see only 3 elements in rss reader program.
what is problem?
I think that xml format is fine.
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>회사명</title>
<link >http://nhn.com</link >
<language >ko</language >
<copyright >Copyright (c) by KoreaZinc, Inc. All rights reserved</copyright >
<pubDate >2011-08-08 오전 10:36:09</pubDate >
<lastBuildDate >2011-08-08 오전 10:36:09</lastBuildDate >
<description >회사명 보도자료 Rss 입니다.</description >
<image>
<title>회사명 보도자료 소식</title>
<url>http://nhn.com</url>
<link>http://nhn.com</link>
</image>
<item>
<title>회사명 회장</title>
<link>http://naver.com</link>
<description>출처:한국경재 회사명 회장</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<item>
<title>회사명 창업</title>
<link>http://daum.net</link>
<description>출처:메일신문 회사명 창업</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<item>
<title>1</title>
<link>http://daum.net</link>
<description>출처:메일신문1 1</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<item>
<title>2</title>
<link>http://daum.net</link>
<description>출처:2 2</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<item>
<title>3</title>
<link>http://daum.net</link>
<description>출처:3 3</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<item>
<title>4</title>
<link>http://daum.net</link>
<description>출처:4 4</description>
<author > </author >
<pubDate>2011-08-08T10:34:42+09:00</pubDate>
</item>
<it
I create web site. But url has many parameters for example http://test.aspx?pageNumber=123&headerId=123123. So when user click some button(it will go to http://test.aspx?pageNumber=123&headerId=123123.) I want user to only show http://test.aspx in the url bar. So, there is many url rewriting. But i want to simple way. We have windows2003 server. If you know site which explain simeple way. Let me know.
hi My english is a little. anyway, nice to meet you~~ and give me your advice anytime~