Title: Problem with syntax highlight when typing url
Last modified: August 19, 2016

---

# Problem with syntax highlight when typing url

 *  [asksuperuser](https://wordpress.org/support/users/asksuperuser/)
 * (@asksuperuser)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/problem-with-syntax-highlight-when-typing-url/)
 * I have this snippet of code I want to put in wordpress using [vb] [/vb]
    Public
   Function getQuote(Symbol)
 *  Dim uri As String
    Dim XMLHttpRequest As Object
 *  uri = “[http://www.google.com/finance/info?client=ig&q=&#8221](http://www.google.com/finance/info?client=ig&q=&#8221);&
   Symbol
    Set XMLHttpRequest = getXMLHttpRequestObject()
 *  XMLHttpRequest.Open “GET”, uri, False
    XMLHttpRequest.Send sHTML = XMLHttpRequest.
   responseText getQuote = sHTML
 * End Function
 * But the uri line shows html encoded chars I don’t want:
    uri = “[http://www.google.com/finance/info?client=ig&amp](http://www.google.com/finance/info?client=ig&amp);;
   q=” & Symbol
 * What can I do ?
 * Thanks

The topic ‘Problem with syntax highlight when typing url’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [asksuperuser](https://wordpress.org/support/users/asksuperuser/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/problem-with-syntax-highlight-when-typing-url/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
