Visual Basic, .NET, ASP, VBScript
 

   
   
     

Форум - Общий форум

Страница: 1 |

 

  Вопрос: VB Script Добавлено: 26.02.03 12:22  

Автор вопроса:  Matrix | Web-сайт: delta-net.narod.ru

Народ, ламацкий, наверно, вопрос но всё же. Как заставить браузур перейти по ссылке (используя VB Script) Нужно чтобы при клике в комбобоксе осуществлялся переход на заданную страницу

Ответить

  Ответы Всего ответов: 1  

Номер ответа: 1
Автор ответа:
 Janek



Вопросов: 41
Ответов: 62
 Профиль | | #1 Добавлено: 27.02.03 21:39

Есть в природе букварь по скрипту, называется Script56.CHM" в край на MSDN все расписано.

Это просто кусок ХЕЛПА

Places an HTML anchor with an HREF attribute around the text in a String object.

strVariable.link(linkstring)"String Literal".link(linkstring) 

The linkstring argument is the text that you want to place in the HREF attribute of the HTML anchor.

Remarks

Call the link method to create a hyperlink out of a String object. The following is an example of how the method accomplishes this:

var strVariable = "This is a hyperlink";strVariable = strVariable.link("http://www.microsoft.com");

The value of strVariable after the last statement is:

<A HREF="http://www.microsoft.com">This is a hyperlink</A>

No checking is done to see if the tag has already been applied to the string.

Requirements

Version 1

See Also

anchor Method | String Object Methods | String Object Properties

Applies To: String Object

Ответить

Страница: 1 |

Поиск по форуму



© Copyright 2002-2011 VBNet.RU | Пишите нам